Class: TD::Types::Update::SecretChat
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::SecretChat
- 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
-
#secret_chat ⇒ TD::Types::SecretChat
New data about the secret chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#secret_chat ⇒ TD::Types::SecretChat
New data about the secret chat.
6 7 8 |
# File 'lib/tdlib/types/update/secret_chat.rb', line 6 def secret_chat @secret_chat end |