Interface CloseChat

Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed. Request type for Tdjson#closeChat.

interface CloseChat {
    @type: "closeChat";
    chat_id: number;
}

Properties

Properties

@type: "closeChat"
chat_id: number

Chat identifier.