Interface GetMessageThread

Returns information about a message thread. Can be used only if messageProperties.can_get_message_thread == true. Request type for Tdjson#getMessageThread.

interface GetMessageThread {
    @type: "getMessageThread";
    chat_id: number;
    message_id: number;
}

Properties

@type: "getMessageThread"
chat_id: number

Chat identifier.

message_id: number

Identifier of the message.