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, 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, 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)
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
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_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
dice?
Source
document?
Source
edited_channel_post

Optional. New version of a channel post that is known to the bot and was edited

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

Source
edited_channel_post?
Source
edited_message

Optional. New version of a message that is known to the bot and was edited

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

Optional. New version of a message that is known to the bot and was edited

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
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 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 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
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 ID 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 ID 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