get My Commands
suspend fun TelegramBotApiClient.getMyCommands(): TelegramResponse<List<BotCommand>>
Content copied to clipboard
Use this method to get the current list of the bot's commands. Requires no parameters. Returns Array of BotCommand on success.