Link Search Menu Expand Document

Constructor: postInteractionCountersStory

Back to constructors index

Interaction counters for a story.

Attributes:

NameTypeRequiredDescription
story_idintYesStory ID
viewsintYesNumber of views
forwardsintYesNumber of forwards and reposts to public chats and channels
reactionsintYesNumber of reactions

Type: PostInteractionCounters

Example:

$postInteractionCountersStory = ['_' => 'postInteractionCountersStory', 'story_id' => int, 'views' => int, 'forwards' => int, 'reactions' => int];