Interface GetMessage

Returns information about a message. Returns a 404 error if the message doesn't exist. Request type for Tdjson#getMessage.

interface GetMessage {
    @type: "getMessage";
    chat_id: number;
    message_id: number;
}

Properties

@type: "getMessage"
chat_id: number

Identifier of the chat the message belongs to.

message_id: number

Identifier of the message to get.