Interface SecretChatStatePending

Describes the current secret chat state. Subtype of SecretChatState.

interface SecretChatStatePending {
    @type: "secretChatStatePending";
}

Properties

Properties

@type: "secretChatStatePending"