Layer 224
BotVerificationObj
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 BotVerificationObj constructor obj := &tg.BotVerificationObj{ BotId: int64(1234567890), Icon: int64(1234567890), Description: "Hello, World!", }