Package-level declarations

Types

Link copied to clipboard
annotation class GeneratedEvent

Annotate a type as automatically generated.

Link copied to clipboard
typealias StdlibEvent = Event

The Event from the stdlib module.

Link copied to clipboard

An telegram bot event.

Link copied to clipboard

An event that indicating a TelegramBot has been registered.

Link copied to clipboard

An event that indicating a TelegramBot has been started at the first time.

Link copied to clipboard

An event about Message from a TelegramChannel (chat.type == "channel")

Link copied to clipboard

An event about Message from a TelegramChatGroup (chat.type == "group")

Link copied to clipboard

Is a Telegram simbot component event definition type. Is an implementation of the event type in the simbot API.

Link copied to clipboard
Link copied to clipboard

An event about Message from a TelegramContact (chat.type == "private")

Link copied to clipboard

An event about Message from a TelegramChatGroup (chat.type == "supergroup")

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

Basic wrapper type for type Message based on TelegramEvent.

Link copied to clipboard
Link copied to clipboard

Basic wrapper type for type Poll based on TelegramEvent.