TelegramBotCommands

A set of Telegram's BotCommands

Author

ForteScarlet

Properties

Link copied to clipboard
abstract val languageCode: String?

A two-letter ISO 639-1 language code used in the query.

Link copied to clipboard
abstract val scope: BotCommandScope?

A command scope used in the query.

Link copied to clipboard

Get a TelegramBotCommandsUpdater with scope and languageCode for update commands.

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend override fun delete(vararg options: DeleteOption)

Delete this set of commands with scope and languageCode.

Link copied to clipboard
open operator override fun iterator(): Iterator<TelegramBotCommand>

Iterator of values.

Inherited functions

Link copied to clipboard