Layer 227
constructor
bots.exportedBotToken#3c60b621 token:string = bots.ExportedBotToken;

Parameters

Name Type Description
Token string The bot token of the managed bot

Gogram Example

// Creating BotsExportedBotTokenObj constructor
obj := &tg.BotsExportedBotTokenObj{
    Token: "Hello, World!",
}