Interface GetSecretChat

Returns information about a secret chat by its identifier. This is an offline request. Request type for Tdjson#getSecretChat.

interface GetSecretChat {
    @type: "getSecretChat";
    secret_chat_id: number;
}

Properties

@type: "getSecretChat"
secret_chat_id: number

Secret chat identifier.