Interface ChatStatisticsObjectTypeMessage

Describes type of object, for which statistics are provided. Subtype of ChatStatisticsObjectType.

interface ChatStatisticsObjectTypeMessage {
    @type: "chatStatisticsObjectTypeMessage";
    message_id: number;
}

Properties

Properties

@type: "chatStatisticsObjectTypeMessage"
message_id: number

Message identifier.