Sha256: a48e14628d727b45da7549e3ffd8b1e2297a78fe6e239aeb5d52ca48e358ee7b
Contents?: true
Size: 565 Bytes
Versions: 8
Compression:
Stored size: 565 Bytes
Contents
module Telegram module Bot module Types class Update < Base attribute :update_id, Integer attribute :message, Message attribute :edited_message, Message attribute :channel_post, Message attribute :edited_channel_post, Message attribute :inline_query, InlineQuery attribute :chosen_inline_result, ChosenInlineResult attribute :callback_query, CallbackQuery attribute :shipping_query, ShippingQuery attribute :pre_checkout_query, PreCheckoutQuery end end end end
Version data entries
8 entries across 8 versions & 2 rubygems