Sha256: 40ca09477200d951c53976fb6d5af4ae29528dde048b6ca57f2f99ee75abc455

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Update < Base
        attribute :update_id, Integer
        attribute :message, Message
        attribute :edited_message, 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 & 1 rubygems

Version Path
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/update.rb