Interface SecretChatStateReady

The secret chat is ready to use. Subtype of SecretChatState.

interface SecretChatStateReady {
    @type: "secretChatStateReady";
}

Properties

Properties

@type: "secretChatStateReady"