mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1006 B
1006 B
title | description | nav_exclude | image |
---|---|---|---|
postInteractionCountersMessage | Interaction counters for a message. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: postInteractionCountersMessage
Interaction counters for a message.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
msg_id | int | Yes | Message ID |
views | int | Yes | Number of views |
forwards | int | Yes | Number of forwards to public channels |
reactions | int | Yes | Number of reactions |
Type: PostInteractionCounters
Example:
$postInteractionCountersMessage = ['_' => 'postInteractionCountersMessage', 'msg_id' => int, 'views' => int, 'forwards' => int, 'reactions' => int];