class

Tourmaline::Update

Inherits JSON::Serializable < Reference < Object

This object represents an incoming update. At most one of the optional parameters can be present in any given update.

Constructors

new(update_id : Int32 | Int64, message : Tourmaline::Message | Nil = nil, edited_message : Tourmaline::Message | Nil = nil, channel_post : Tourmaline::Message | Nil = nil, edited_channel_post : Tourmaline::Message | Nil = nil, business_connection : Tourmaline::BusinessConnection | Nil = nil, business_message : Tourmaline::Message | Nil = nil, edited_business_message : Tourmaline::Message | Nil = nil, deleted_business_messages : Tourmaline::BusinessMessagesDeleted | Nil = nil, message_reaction : Tourmaline::MessageReactionUpdated | Nil = nil, message_reaction_count : Tourmaline::MessageReactionCountUpdated | Nil = nil, inline_query : Tourmaline::InlineQuery | Nil = nil, chosen_inline_result : Tourmaline::ChosenInlineResult | Nil = nil, callback_query : Tourmaline::CallbackQuery | Nil = nil, shipping_query : Tourmaline::ShippingQuery | Nil = nil, pre_checkout_query : Tourmaline::PreCheckoutQuery | Nil = nil, purchased_paid_media : Tourmaline::PaidMediaPurchased | Nil = nil, poll : Tourmaline::Poll | Nil = nil, poll_answer : Tourmaline::PollAnswer | Nil = nil, my_chat_member : Tourmaline::ChatMemberUpdated | Nil = nil, chat_member : Tourmaline::ChatMemberUpdated | Nil = nil, chat_join_request : Tourmaline::ChatJoinRequest | Nil = nil, chat_boost : Tourmaline::ChatBoostUpdated | Nil = nil, removed_chat_boost : Tourmaline::ChatBoostRemoved | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

animation?
Source
anonymous_admin_message?
Source
audio?
Source
basketball?
Source
bold_entity?
Source
bot_command_entity?
Source
bot_message?
Source
bowling?
Source
business_connection

Optional. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot

Source
business_connection=(business_connection : Tourmaline::BusinessConnection | Nil)

Optional. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot

Source
business_message

Optional. New message from a connected business account

Source
business_message=(business_message : Tourmaline::Message | Nil)

Optional. New message from a connected business account

Source
callback_query

Optional. New incoming callback query

Source
callback_query=(callback_query : Tourmaline::CallbackQuery | Nil)

Optional. New incoming callback query

Source
callback_query?
Source
caption?
Source
cashtag_entity?
Source
channel_chat_created?
Source
channel_forward_message?
Source
channel_message?
Source
channel_post

Optional. New incoming channel post of any kind - text, photo, sticker, etc.

Source
channel_post=(channel_post : Tourmaline::Message | Nil)

Optional. New incoming channel post of any kind - text, photo, sticker, etc.

Source
channel_post?
Source
chat_boost

Optional. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates.

Source
chat_boost=(chat_boost : Tourmaline::ChatBoostUpdated | Nil)

Optional. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates.

Source
chat_join_request

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.

Source
chat_join_request=(chat_join_request : Tourmaline::ChatJoinRequest | Nil)

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.

Source
chat_member

Optional. A chat member's status was updated in a chat. The bot must be an administrator in the chat and must explicitly specify "chat_member" in the list of allowed_updates to receive these updates.

Source
chat_member=(chat_member : Tourmaline::ChatMemberUpdated | Nil)

Optional. A chat member's status was updated in a chat. The bot must be an administrator in the chat and must explicitly specify "chat_member" in the list of allowed_updates to receive these updates.

Source
chat_member?
Source
chat_shared?
Source
chats

Returns all unique chats included in this update

Source
chats

Yields each unique chat in this update to the block.

Source
chosen_inline_result

Optional. The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.

Source
chosen_inline_result=(chosen_inline_result : Tourmaline::ChosenInlineResult | Nil)

Optional. The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.

Source
chosen_inline_result?
Source
code_entity?
Source
connected_website?
Source
contact?
Source
dart?
Source
delete_chat_photo?
Source
deleted_business_messages

Optional. Messages were deleted from a connected business account

Source
deleted_business_messages=(deleted_business_messages : Tourmaline::BusinessMessagesDeleted | Nil)

Optional. Messages were deleted from a connected business account

Source
dice?
Source
document?
Source
edited_business_message

Optional. New version of a message from a connected business account

Source
edited_business_message=(edited_business_message : Tourmaline::Message | Nil)

Optional. New version of a message from a connected business account

Source
edited_channel_post

Optional. New version of a channel post that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.

Source
edited_channel_post=(edited_channel_post : Tourmaline::Message | Nil)

Optional. New version of a channel post that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.

Source
edited_channel_post?
Source
edited_message

Optional. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.

Source
edited_message=(edited_message : Tourmaline::Message | Nil)

Optional. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.

Source
edited_message?
Source
email_entity?
Source
football?
Source
forum_topic_closed?
Source
forum_topic_created?
Source
forum_topic_edited?
Source
forum_topic_reopened?
Source
forwarded_message?
Source
game?
Source
general_forum_topic_hidden?
Source
general_forum_topic_unhidden?
Source
group_chat_created?
Source
hashtag_entity?
Source
inline_query

Optional. New incoming inline query

Source
inline_query=(inline_query : Tourmaline::InlineQuery | Nil)

Optional. New incoming inline query

Source
inline_query?
Source
invoice?
Source
italic_entity?
Source
left_chat_member?
Source
location?
Source
media_group?
Source
mention_entity?
Source
message

Optional. New incoming message of any kind - text, photo, sticker, etc.

Source
message=(message : Tourmaline::Message | Nil)

Optional. New incoming message of any kind - text, photo, sticker, etc.

Source
message?
Source
message_auto_delete_timer_changed?
Source
message_reaction

Optional. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates. The update isn't received for reactions set by bots.

Source
message_reaction=(message_reaction : Tourmaline::MessageReactionUpdated | Nil)

Optional. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates. The update isn't received for reactions set by bots.

Source
message_reaction_count

Optional. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify "message_reaction_count" in the list of allowed_updates to receive these updates. The updates are grouped and can be sent with delay up to a few minutes.

Source
message_reaction_count=(message_reaction_count : Tourmaline::MessageReactionCountUpdated | Nil)

Optional. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify "message_reaction_count" in the list of allowed_updates to receive these updates. The updates are grouped and can be sent with delay up to a few minutes.

Source
migrate_from_chat_id?
Source
migrate_to_chat_id?
Source
my_chat_member

Optional. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user.

Source
my_chat_member=(my_chat_member : Tourmaline::ChatMemberUpdated | Nil)

Optional. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user.

Source
my_chat_member?
Source
new_chat_members?
Source
new_chat_photo?
Source
new_chat_title?
Source
passport_data?
Source
phone_number_entity?
Source
photo?
Source
pinned_message?
Source
poll

Optional. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot

Source
poll=(poll : Tourmaline::Poll | Nil)

Optional. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot

Source
poll?
Source
poll_answer

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.

Source
poll_answer=(poll_answer : Tourmaline::PollAnswer | Nil)

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.

Source
poll_answer?
Source
pre_checkout_query

Optional. New incoming pre-checkout query. Contains full information about checkout

Source
pre_checkout_query=(pre_checkout_query : Tourmaline::PreCheckoutQuery | Nil)

Optional. New incoming pre-checkout query. Contains full information about checkout

Source
pre_checkout_query?
Source
pre_entity?
Source
proximity_alert_triggered?
Source
purchased_paid_media

Optional. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat

Source
purchased_paid_media=(purchased_paid_media : Tourmaline::PaidMediaPurchased | Nil)

Optional. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat

Source
removed_chat_boost

Optional. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates.

Source
removed_chat_boost=(removed_chat_boost : Tourmaline::ChatBoostRemoved | Nil)

Optional. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates.

Source
reply_markup?
Source
reply_message?
Source
shipping_query

Optional. New incoming shipping query. Only for invoices with flexible price

Source
shipping_query=(shipping_query : Tourmaline::ShippingQuery | Nil)

Optional. New incoming shipping query. Only for invoices with flexible price

Source
shipping_query?
Source
slot_machine?
Source
soccerball?
Source
spoiler_entity?
Source
sticker?
Source
strikethrough_entity?
Source
successful_payment?
Source
supergroup_chat_created?
Source
text?
Source
text_mention_entity?
Source
thread_message?
Source
underline_entity?
Source
update?
Source
update_actions
Source
update_id

The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This identifier becomes especially handy if you're using webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.

Source
update_id=(update_id : Int32 | Int64)

The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This identifier becomes especially handy if you're using webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.

Source
url_entity?
Source
user_message?
Source
user_shared?
Source
users

Returns all users included in this update as a Set

Source
users

Yields each unique user in this update to the block.

Source
venue?
Source
via_bot?
Source
video?
Source
video_chat_ended?
Source
video_chat_participants_invited?
Source
video_chat_scheduled?
Source
video_chat_started?
Source
video_note?
Source
voice?
Source
web_app_data?
Source