Class: TD::Types::MessageFileType::Private
- Inherits:
-
TD::Types::MessageFileType
- Object
- Dry::Struct
- Base
- TD::Types::MessageFileType
- TD::Types::MessageFileType::Private
- Defined in:
- lib/tdlib/types/message_file_type/private.rb
Overview
The messages was exported from a private chat.
Instance Attribute Summary collapse
-
#name ⇒ TD::Types::String?
Name of the other party; may be empty if unrecognized.
Method Summary
Methods inherited from Base
Instance Attribute Details
#name ⇒ TD::Types::String?
Name of the other party; may be empty if unrecognized.
5 6 7 |
# File 'lib/tdlib/types/message_file_type/private.rb', line 5 def name @name end |