bots.exportBotToken

Export the bot token of a managed bot »; can only be called by the manager bot.

bots.exportedBotToken#3c60b621 token:string = bots.ExportedBotToken;
---functions---
bots.exportBotToken#bd0d99eb bot:InputUser revoke:Bool = bots.ExportedBotToken;

Parameters

Name Type Description
bot InputUser The managed bot to export the token for
revoke Bool If boolTrue, revoke the current token and generate a new one

Result

bots.ExportedBotToken

Only bots can use this method

Possible errors

Code Type Description
400 BOT_INVALID This is not a valid bot.
400 USER_BOT_REQUIRED This method can only be called by a bot.

Related pages

boolTrue

The constructor can be interpreted as a booleantrue value.

Managed bots

Users can create managed bots (which are controlled by a specific manager bot) directly through the MTProto API, without interacting with @BotFather.