Interface CreateNewSecretChat

Creates a new secret chat. Returns the newly created chat. Request type for Tdjson#createNewSecretChat.

interface CreateNewSecretChat {
    @type: "createNewSecretChat";
    user_id: number;
}

Properties

Properties

@type: "createNewSecretChat"
user_id: number

Identifier of the target user.