Interface GetMessageAuthor

Returns information about actual author of a message sent on behalf of a channel. The method can be called if messageProperties.can_get_author == true. Request type for Tdjson#getMessageAuthor.

interface GetMessageAuthor {
    @type: "getMessageAuthor";
    chat_id: number;
    message_id: number;
}

Properties

@type: "getMessageAuthor"
chat_id: number

Chat identifier.

message_id: number

Identifier of the message.