Interface GetDirectMessagesChatTopic

Returns information about the topic in a channel direct messages chat administered by the current user. Request type for Tdjson#getDirectMessagesChatTopic.

interface GetDirectMessagesChatTopic {
    @type: "getDirectMessagesChatTopic";
    chat_id: number;
    topic_id: number;
}

Properties

@type: "getDirectMessagesChatTopic"
chat_id: number

Chat identifier of the channel direct messages chat.

topic_id: number

Identifier of the topic to get.