View Source ExTDLib.Object.MessageInteractionInfo (ExTDLib v0.0.4)
Contains information about interactions with a message.
| Name | Type | Description |
|---|---|---|
| view_count | number | Number of times the message was viewed. |
| forward_count | number | Number of times the message was forwarded. |
| reply_info | messageReplyInfo | Information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself. |
| reactions | messageReaction | The list of reactions added to the message. |
More details on telegram's documentation.