Sha256: 3df1d0fcd986681d255bd27295674e80ccd474513c896c98ccb8e34c81c13ab4

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

module TD::Types
  # Contains information about the initial sender of a forwarded message.
  class MessageForwardInfo < Base
    %w[
      message_forwarded_from_user
      message_forwarded_post
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/message_forward_info/#{type}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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