Interface ChatStatisticsInteractionInfo

Contains statistics about interactions with a message sent in the chat or a story sent by the chat.

interface ChatStatisticsInteractionInfo {
    @type: "chatStatisticsInteractionInfo";
    forward_count: number;
    object_type: ChatStatisticsObjectType;
    reaction_count: number;
    view_count: number;
}

Properties

@type: "chatStatisticsInteractionInfo"
forward_count: number

Number of times the object was forwarded.

Type of the object.

reaction_count: number

Number of times reactions were added to the object.

view_count: number

Number of times the object was viewed.