setMyCommands

inline suspend fun TelegramBot.setMyCommands(languageCode: String? = null, scope: BotCommandScope? = null, command: List<BotCommand>)(source)
inline suspend fun TelegramBot.setMyCommands(languageCode: String? = null, scope: BotCommandScope? = null, vararg command: BotCommand)(source)
inline suspend fun TelegramBot.setMyCommands(languageCode: String? = null, scope: BotCommandScope? = null, noinline block: BotCommandsBuilder.() -> Unit)(source)