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.8.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/inline_query.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/inline_query.rb