Interface CreateSecretChat

Returns an existing chat corresponding to a known secret chat. Request type for Tdjson#createSecretChat.

interface CreateSecretChat {
    @type: "createSecretChat";
    secret_chat_id: number;
}

Properties

@type: "createSecretChat"
secret_chat_id: number

Secret chat identifier.