Sha256: 5f3277f4152d02b4fb3085498f79f871eb31af50f552bfba066ef0782f8b257c

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

module Telegram
  module Bot
    module Types
      class ChosenInlineResult < Base
        attribute :result_id, String
        attribute :from, User
        attribute :location, Location
        attribute :inline_message_id, String
        attribute :query, 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/chosen_inline_result.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/chosen_inline_result.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/chosen_inline_result.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/chosen_inline_result.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/chosen_inline_result.rb