Expand description
Telegram update type.
Telegram [Update] type — ported from python-telegram-bot/src/telegram/_update.py.
Only data fields are included. No Bot reference, no API shortcuts.
The three computed properties from Python (effective_user, effective_chat,
effective_message) are provided as plain fn methods returning Option references.
Structs§
- Update
- This object represents an incoming update.
Enums§
- Update
Kind - The payload carried by an incoming
Update.