Package dev.inmo.tgbotapi.types.commands

Types

Link copied to clipboard
interface BotCommandScope
Link copied to clipboard
object BotCommandScopeAllChatAdministrators : BotCommandScope
Link copied to clipboard
object BotCommandScopeAllGroupChats : BotCommandScope
Link copied to clipboard
object BotCommandScopeAllPrivateChats : BotCommandScope
Link copied to clipboard
data class BotCommandScopeChatAdministrators(chatId: ChatIdentifier) : ChatBotCommandScope
Link copied to clipboard
data class BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId) : ChatBotCommandScope
Link copied to clipboard
object BotCommandScopeDefault : BotCommandScope
Link copied to clipboard
object BotCommandScopeSerializer : KSerializer<BotCommandScope>
Link copied to clipboard
interface ChatBotCommandScope : BotCommandScope
Link copied to clipboard
data class UnknownBotCommandScope : BotCommandScope