mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
685 B
685 B
title | description |
---|---|
updateSecretChat | Some data about a secret chat has been changed |
Constructor: updateSecretChat
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, ];
Or, if you're into Lua:
updateSecretChat={_='updateSecretChat', secret_chat=secretChat, }