Layer 220
BotVerification
Describes a bot verification icon.
constructor
botVerification#f93cd45c bot_id:long icon:long description:string = BotVerification;
Parameters
| Name | Type | Description |
|---|---|---|
| BotId | long | ID of the bot that verified this peer |
| Icon | long | Verification icon |
| Description | string | Verification description |
Returns
BotVerificationGogram Example
// Creating BotVerification constructor obj := &tg.BotVerification{ BotId: int64(0), Icon: int64(0), Description: "...", }