removeCommand

suspend fun removeCommand(scope: CommandsKeeperKey, command: BotCommand)
suspend fun removeCommand(scope: BotCommandScope, command: BotCommand)
suspend fun removeCommand(languageCode: String, command: BotCommand)
suspend fun removeCommand(languageCode: IetfLanguageCode, command: BotCommand)
suspend fun removeCommand(    scope: BotCommandScope,     languageCode: IetfLanguageCode,     command: BotCommand)
suspend fun removeCommand(    scope: BotCommandScope,     languageCode: String,     command: BotCommand)
suspend fun removeCommand(command: BotCommand)

Sources

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard