Layer 220
constructor
bots.botInfo#e8a775b0 name:string about:string description:string = bots.BotInfo;

Parameters

Name Type Description
Name string Bot name
About string Bot about text
Description string Bot description

Returns

bots.BotInfo

Gogram Example

// Creating BotsBotInfo constructor
obj := &tg.BotsBotInfo{
    Name: "...",
    About: "...",
    Description: "...",
}