A generic object representing the site / application administrator or operator. This object can also represent "pseudo-users" (for example, bots).
id: ID
Unique administrator identifier.
name: string
Administrator name, visible in User's chat on your site.
avatar: string
URL to download administrator's avatar image.
type: string
This fields show if this object represents a human (admin
) or bot (bot
)
name_internal: string
{
"type": "admin",
"id": 11846,
"name": "Angel Helen",
"avatar": "https://files.dashly.app/avatars/1418698413468-ib1mxiqv.jpg",
}