Package-level declarations
Types
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.callbackQuery based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.channelPost based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.chatBoost based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.chatJoinRequest based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.chatMember based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.chosenInlineResult based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.editedChannelPost based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.editedMessage based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.inlineQuery based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.message based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.messageReactionCount based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.messageReaction based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.myChatMember based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.pollAnswer based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.poll based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.preCheckoutQuery based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.removedChatBoost based on TelegramEvent.
Base wrapper type for event love.forte.simbot.telegram.api.update.Update.shippingQuery based on TelegramEvent.
Annotate a type as automatically generated.
The Event from the stdlib
module.
An telegram bot event.
An event that indicating a TelegramBot has been registered.
An event that indicating a TelegramBot has been started at the first time.
An event about Message from a TelegramChannel (chat.type == "channel"
)
An event about Message from a TelegramChatGroup (chat.type == "group"
)
Is a Telegram simbot component event definition type. Is an implementation of the event type in the simbot API.
An event about Message from TelegramChannel or TelegramChatGroup.
A eventMessageEvent.
An event type related to Message.
An event about Message from a TelegramContact (chat.type == "private"
)
An event about Message from a TelegramChatGroup (chat.type == "supergroup"
)
Basic wrapper type for type CallbackQuery based on TelegramEvent.
Basic wrapper type for type ChatBoostRemoved based on TelegramEvent.
Basic wrapper type for type ChatBoostUpdated based on TelegramEvent.
Basic wrapper type for type ChatJoinRequest based on TelegramEvent.
Basic wrapper type for type ChatMemberUpdated based on TelegramEvent.
Basic wrapper type for type ChosenInlineResult based on TelegramEvent.
Basic wrapper type for type InlineQuery based on TelegramEvent.
Basic wrapper type for type Message based on TelegramEvent.
Basic wrapper type for type MessageReactionCountUpdated based on TelegramEvent.
Basic wrapper type for type MessageReactionUpdated based on TelegramEvent.
Basic wrapper type for type PollAnswer based on TelegramEvent.
Basic wrapper type for type Poll based on TelegramEvent.
Basic wrapper type for type PreCheckoutQuery based on TelegramEvent.
Basic wrapper type for type ShippingQuery based on TelegramEvent.