MadelineProtoDocs/docs/API_docs/constructors/postInteractionCountersStory.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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