Interface SecretChatStateClosed

The secret chat is closed. Subtype of SecretChatState.

interface SecretChatStateClosed {
    @type: "secretChatStateClosed";
}

Properties

Properties

@type: "secretChatStateClosed"