Sha256: 0574226f7a5584e5de03bfb689178823c977ea945910d1e208ff8f18d8cb2260
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 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 poll forwarded ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/input_message_content/#{type}" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/input_message_content.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/input_message_content.rb |