Layer 224
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 BotsBotInfoObj constructor
obj := &tg.BotsBotInfoObj{
    Name: "Hello, World!",
    About: "Hello, World!",
    Description: "Hello, World!",
}