Interface GetChat

Returns information about a chat by its identifier. This is an offline method 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.