mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-18 06:13:47 +00:00
966 B
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