Sha256: 2f70784b1815b27ae65a81e7fe573e9f4035c0e05173b43c0aab1dc4e6415015

Contents?: true

Size: 460 Bytes

Versions: 4

Compression:

Stored size: 460 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
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/update.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/update.rb