Sha256: 0ddd105c74b04e361055a27de0ccf5a903e8bd96ab96c95e399b7520a2a774cf

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Update < Base
        attribute :update_id, Integer
        attribute :message, Message
        attribute :inline_query, InlineQuery
        attribute :chosen_inline_result, ChosenInlineResult
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.4.2 lib/telegram/bot/types/update.rb
telegram-bot-types-0.2.0 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.4.1 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.4.0 lib/telegram/bot/types/update.rb