Layer 220
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

BotVerification

Gogram Example

// Creating BotVerification constructor
obj := &tg.BotVerification{
    BotId: int64(0),
    Icon: int64(0),
    Description: "...",
}