Sha256: 57df412525d8d7121524430402f933fa5b487eec47974fa3055fd7508af7200e
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
module TD::Types # Contains information about the origin of a forwarded message. class MessageForwardOrigin < Base %w[ user hidden_user channel ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/message_forward_origin/#{type}" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/message_forward_origin.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/message_forward_origin.rb |