1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-30 06:26:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.md
2021-03-17 15:18:37 +00:00

966 B

//docs/dev.inmo.tgbotapi.extensions.api.bot/setMyCommands

setMyCommands

[common]
Content
suspend fun TelegramBot.setMyCommands(commands: List<BotCommand>): Boolean
suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand): Boolean