class Telegrammer::DataTypes::Update

Telegram Update data type.

@attr [Integer] update_id The update‘s unique identifier. Update identifiers start from a certain positive number and increase sequentially. @attr [Telegrammer::DataTypes::Message] message Optional. New incoming message of any kind - text, photo, sticker, etc. @attr [Telegrammer::DataTypes::InlineQuery] inline_query Optional. New incoming inline query. @attr [Telegrammer::DataTypes::ChosenInlineResult] chosen_inline_result Optional. The result of an inline query that was chosen by a user and sent to their chat partner.

See more at core.telegram.org/bots/api#update