Expand description
High-level update types delivered by [crate::Client::next_update].
Every update the Telegram server pushes is classified into one of the
variants of Update. The raw constructor ID and bytes are always
available via Update::Raw for anything not yet wrapped.
Structs§
- Callback
Query - A user pressed an inline keyboard button on a bot message.
- Incoming
Message - A new or edited message.
- Inline
Query - A user is typing an inline query (
@bot something). - Message
Deletion - One or more messages were deleted.
- RawUpdate
- A TL update that has no dedicated high-level variant yet.
Enums§
- Update
- A high-level event received from Telegram.