Sha256: 5e44ea97cbe2ab8181cb6a55cedce9aec0385a4def25e13410f814d57e843286

Contents?: true

Size: 280 Bytes

Versions: 9

Compression:

Stored size: 280 Bytes

Contents

module Telegram
  module Bot
    module Types
      class CallbackQuery < Base
        attribute :id, String
        attribute :from, User
        attribute :message, Message
        attribute :inline_message_id, String
        attribute :data, String
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
telegram-bot-types-0.3.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/callback_query.rb