Sha256: 00027ce66953c19dfbb589d6b0288a583ee597b8470ed273278876bb907a52df

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

module TD::Types
  # Represents a single result of an inline query; for bots only.
  class InputInlineQueryResult < Base
    %w[
      animation
      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-schema-1.7.0.3 lib/tdlib/types/input_inline_query_result.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_inline_query_result.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/input_inline_query_result.rb