Interface GetDirectMessagesChatTopicMessageByDate

Returns the last message sent in the topic in a channel direct messages chat administered by the current user no later than the specified date. Request type for Tdjson#getDirectMessagesChatTopicMessageByDate.

interface GetDirectMessagesChatTopicMessageByDate {
    @type: "getDirectMessagesChatTopicMessageByDate";
    chat_id: number;
    date: number;
    topic_id: number;
}

Properties

@type: "getDirectMessagesChatTopicMessageByDate"
chat_id: number

Chat identifier of the channel direct messages chat.

date: number

Point in time (Unix timestamp) relative to which to search for messages.

topic_id: number

Identifier of the topic which messages will be fetched.