Link Search Menu Expand Document

Constructor: postInteractionCountersMessage

Back to constructors index

Interaction counters for a message.

Attributes:

NameTypeRequiredDescription
msg_idintYesMessage ID
viewsintYesNumber of views
forwardsintYesNumber of forwards to public channels
reactionsintYesNumber of reactions

Type: PostInteractionCounters

Example:

$postInteractionCountersMessage = ['_' => 'postInteractionCountersMessage', 'msg_id' => int, 'views' => int, 'forwards' => int, 'reactions' => int];