Sha256: a934d1037d1e1bee7cd9303197b09c16878fb7192be57eda78556173e8f3079d

Contents?: true

Size: 445 Bytes

Versions: 3

Compression:

Stored size: 445 Bytes

Contents

module TD::Types
  # Represents a single result of an inline query; for bots only.
  class InputInlineQueryResult < Base
    %w[
      animated_gif
      animated_mpeg4
      article
      audio
      contact
      document
      game
      location
      photo
      sticker
      venue
      video
      voice_note
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/input_inline_query_result/#{type}"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/input_inline_query_result.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_inline_query_result.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_inline_query_result.rb