Link Search Menu Expand Document

Constructor: botVerification

Back to constructors index

Describes a bot verification icon ».

Attributes:

NameTypeRequiredDescription
bot_idlongYesID of the bot that verified this peer
iconlongYesVerification icon
descriptionstringYesVerification description

Type: BotVerification

Example:

$botVerification = ['_' => 'botVerification', 'bot_id' => long, 'icon' => long, 'description' => 'string'];