View Source ExTDLib.Object.ChatStatisticsInteractionInfo (ExTDLib v0.0.4)
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
| Name | Type | Description |
|---|---|---|
| object_type | ChatStatisticsObjectType | Type of the object. |
| view_count | number | Number of times the object was viewed. |
| forward_count | number | Number of times the object was forwarded. |
| reaction_count | number | Number of times reactions were added to the object. |
More details on telegram's documentation.