Optional. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot
Optional. New message from a connected business account
Optional. New incoming callback query
Optional. New incoming channel post of any kind — text, photo, sticker, etc.
Optional. New incoming chat boost update
Optional. A request to join the chat has been sent. The bot must have the can_invite_users administrator right in the chat to receive these updates.
Optional. New incoming chat member update
Optional. The result of an inline query that was chosen by a user and sent to their chat partner.
Optional. New incoming deleted business messages
Optional. New incoming edited business message
Optional. New version of a channel post that is known to the bot and was edited
Optional. New version of a message that is known to the bot and was edited
Optional. New incoming inline query
Optional. New incoming message of any kind — text, photo, sticker, etc.
Optional. New incoming message reaction update
Optional. New incoming message reaction count update
Optional. New incoming chat member update
Optional. New poll state. Bots receive only updates about stopped polls and polls, which are sent by the bot
Optional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.
Optional. New incoming pre-checkout query. Contains full information about checkout
Optional. New incoming purchased paid media
Optional. New incoming removed chat boost
Optional. New incoming shipping query. Only for invoices with flexible price
The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you're using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence
Generated using TypeDoc
This object represents an incoming update.