Constructor: botVerification
Describes a bot verification icon ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bot_id | long | Yes | ID of the bot that verified this peer |
icon | long | Yes | Verification icon |
description | string | Yes | Verification description |
Type: BotVerification
Example:
$botVerification = ['_' => 'botVerification', 'bot_id' => long, 'icon' => long, 'description' => 'string'];