Sha256: 0d012f995e0c72bb2107fd91e1954ae33fa77e863f1d8a23f6ba54d9b765204e

Contents?: true

Size: 306 Bytes

Versions: 5

Compression:

Stored size: 306 Bytes

Contents

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

        alias_method :to_s, :query
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/inline_query.rb