Class: TD::Types::MessageFileType::Private

Inherits:
TD::Types::MessageFileType show all
Defined in:
lib/tdlib/types/message_file_type/private.rb

Overview

The messages was exported from a private chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#nameTD::Types::String?

Name of the other party; may be empty if unrecognized.

Returns:

  • (TD::Types::String, nil)

    the current value of name



5
6
7
# File 'lib/tdlib/types/message_file_type/private.rb', line 5

def name
  @name
end