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

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/update.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/update.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/update.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/update.rb