Sha256: a0631902d2c66933fbb6504da90c3331b89a198bdbec29f88eecccd988c01bb0

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

# frozen_string_literal: true

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

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/chosen_inline_result.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/chosen_inline_result.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/chosen_inline_result.rb