Class: TD::Types::MessageFileType::Group

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

Overview

The messages was exported from a group chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#titleTD::Types::String?

Title of the group chat; may be empty if unrecognized.

Returns:

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

    the current value of title



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

def title
  @title
end