MadelineProto/docs/TD_docs/constructors/updateSecretChat.md
2017-07-23 16:33:46 +02:00

806 B

title description
updateSecretChat Some data about a secret chat has been changed

Constructor: updateSecretChat

Back to constructors index

Some data about a secret chat has been changed

Attributes:

Name Type Required Description
secret_chat secretChat Yes New data about the secret chat

Type: Update

Example:

$updateSecretChat = ['_' => 'updateSecretChat', 'secret_chat' => secretChat];

PWRTelegram json-encoded version:

{"_": "updateSecretChat", "secret_chat": secretChat}

Or, if you're into Lua:

updateSecretChat={_='updateSecretChat', secret_chat=secretChat}