Interface UpdateSecretChat

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

interface UpdateSecretChat {
    @type: "updateSecretChat";
    secret_chat: SecretChat;
}

Properties

Properties

@type: "updateSecretChat"
secret_chat: SecretChat

New data about the secret chat.