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