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