Sha256: fc3ea1deaba48a4bfb34088ab2265f7caf102ebacb1d406064a60f53ac43d7bf

Contents?: true

Size: 395 Bytes

Versions: 11

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/callback_query.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/callback_query.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/callback_query.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/callback_query.rb