View Source ExTDLib.Method.GetMessageStatistics (ExTDLib v0.0.4)
Returns detailed statistics about a message. Can be used only if message.can_get_statistics == true. Returns object_ptr<MessageStatistics>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_id | string | Message identifier. |
| is_dark | bool | Pass true if a dark theme is used by the application. |
More details on telegram's documentation.