Interface SetPersonalChat

Changes the personal chat of the current user. Request type for Tdjson#setPersonalChat.

interface SetPersonalChat {
    @type: "setPersonalChat";
    chat_id: number;
}

Properties

Properties

@type: "setPersonalChat"
chat_id: number

Identifier of the new personal chat; pass 0 to remove the chat. Use getSuitablePersonalChats to get suitable chats.