class TelegramBot::Update
- TelegramBot::Update
- Reference
- Object
Defined in:
telegram_bot/types/update.crConstructors
Instance Method Summary
- #callback_query : TelegramBot::CallbackQuery | Nil
- #callback_query=(_callback_query : TelegramBot::CallbackQuery | Nil)
- #channel_post : TelegramBot::Message | Nil
- #channel_post=(_channel_post : TelegramBot::Message | Nil)
- #chosen_inline_result : TelegramBot::ChosenInlineResult | Nil
- #chosen_inline_result=(_chosen_inline_result : TelegramBot::ChosenInlineResult | Nil)
- #edited_channel_post : TelegramBot::Message | Nil
- #edited_channel_post=(_edited_channel_post : TelegramBot::Message | Nil)
- #edited_message : TelegramBot::Message | Nil
- #edited_message=(_edited_message : TelegramBot::Message | Nil)
- #inline_query : TelegramBot::InlineQuery | Nil
- #inline_query=(_inline_query : TelegramBot::InlineQuery | Nil)
- #message : TelegramBot::Message | Nil
- #message=(_message : TelegramBot::Message | Nil)
- #pre_checkout_query : TelegramBot::PreCheckoutQuery | Nil
- #pre_checkout_query=(_pre_checkout_query : TelegramBot::PreCheckoutQuery | Nil)
- #shipping_query : TelegramBot::ShippingQuery | Nil
- #shipping_query=(_shipping_query : TelegramBot::ShippingQuery | Nil)
- #to_json(json : JSON::Builder)
- #update_id : Int32
- #update_id=(_update_id : Int32)
Constructor Detail
Instance Method Detail
def chosen_inline_result=(_chosen_inline_result : TelegramBot::ChosenInlineResult | Nil)
#