Layer 227
BotsExportedBotTokenObj
The bot token of a managed bot, exported by the manager bot.
constructor
bots.exportedBotToken#3c60b621 token:string = bots.ExportedBotToken;
Parameters
| Name | Type | Description |
|---|---|---|
| Token | string | The bot token of the managed bot |
Returns
bots.ExportedBotTokenGogram Example
// Creating BotsExportedBotTokenObj constructor obj := &tg.BotsExportedBotTokenObj{ Token: "Hello, World!", }