Interface GetChat

Returns information about a chat by its identifier; this is an offline request if the current user is not a bot. Request type for Tdjson#getChat.

interface GetChat {
    @type: "getChat";
    chat_id: number;
}

Properties

Properties

@type: "getChat"
chat_id: number

Chat identifier.