Layer 220
BotsBotInfo
Localized information about a bot.
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.BotInfoGogram Example
// Creating BotsBotInfo constructor obj := &tg.BotsBotInfo{ Name: "...", About: "...", Description: "...", }