Interface GetMessages

Returns information about messages. If a message is not found, returns null on the corresponding position of the result. Request type for Tdjson#getMessages.

interface GetMessages {
    @type: "getMessages";
    chat_id: number;
    message_ids: number[];
}

Properties

@type: "getMessages"
chat_id: number

Identifier of the chat the messages belong to.

message_ids: number[]

Identifiers of the messages to get.