Sha256: 9ed86eb32cff59cb3a1b2e642cd7802ada12e845c23429524a2c6bd222586b4f

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQuery < Base
        attribute :id, String
        attribute :from, User
        attribute :query, String
        attribute :offset, String

        alias_method :to_s, :query
      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/inline_query.rb
telegram-bot-types-0.2.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.4.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.4.0 lib/telegram/bot/types/inline_query.rb