Sha256: 8574dc16455b691bde8682cd177af6681714df4f137ff275e17c3767a69dd74c

Contents?: true

Size: 296 Bytes

Versions: 34

Compression:

Stored size: 296 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 to_s query
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/inline_query.rb
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/inline_query.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.4 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/inline_query.rb