Obtain a list of bot commands for the specified bot scope and language code
---functions---
bots.getBotCommands#e34c0dd6 scope:BotCommandScope lang_code:string = Vector<BotCommand>;
Parameters
Result
Vector<BotCommand>
Possible errors
Code |
Type |
Description |
400 |
USER_BOT_INVALID |
User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts. |
400 |
USER_BOT_REQUIRED |
This method can only be called by a bot. |
Bots can use this method