Interface GetMessageStatistics

Returns detailed statistics about a message. Can be used only if messageProperties.can_get_statistics == true. Request type for Tdjson#getMessageStatistics.

interface GetMessageStatistics {
    @type: "getMessageStatistics";
    chat_id: number;
    is_dark?: boolean;
    message_id: number;
}

Properties

@type: "getMessageStatistics"
chat_id: number

Chat identifier.

is_dark?: boolean

Pass true if a dark theme is used by the application.

message_id: number

Message identifier.