Sha256: e5b97c35bff685e7032962cbc20ba66f90fccb645e9172542ae285c3fdc90dac

Contents?: true

Size: 333 Bytes

Versions: 1

Compression:

Stored size: 333 Bytes

Contents

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

        alias to_s query
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query.rb