Sha256: cf4e88095b9b7239168170e69e54c58f59ea3c277c79be960e35c8d7f6cb3fdb

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

module TD::Types
  # The content of a message to send.
  class InputMessageContent < Base
    %w[
      text
      animation
      audio
      document
      photo
      sticker
      video
      video_note
      voice_note
      location
      venue
      contact
      game
      invoice
      forwarded
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/input_message_content/#{type}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/input_message_content.rb