Sha256: b5be9b760c50fdc402913a05ff2aaddf2f674aade11d5747acc9bf602afeb0d4

Contents?: true

Size: 328 Bytes

Versions: 6

Compression:

Stored size: 328 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
        attribute :callback_query, CallbackQuery
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/update.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/update.rb