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];