Class: TD::Types::Update::SecretChat

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/secret_chat.rb

Overview

Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#secret_chatTD::Types::SecretChat

New data about the secret chat.

Returns:



6
7
8
# File 'lib/tdlib/types/update/secret_chat.rb', line 6

def secret_chat
  @secret_chat
end