Sha256: 6ee51531ef99e2b74602e2b1ad9a57a088228d5504ff24c6b8fe35ae50bbbad2

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 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
      dice
      game
      invoice
      poll
      forwarded
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/input_message_content/#{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_message_content.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_message_content.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/input_message_content.rb