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

826 B

title description nav_exclude image
storyReaction How a certain peer reacted to a story true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storyReaction

Back to constructors index

How a certain peer reacted to a story

Attributes:

Name Type Required Description
peer_id Peer Yes The peer
date int Yes Reaction date
reaction Reaction Optional The reaction

Type: StoryReaction

Example:

$storyReaction = ['_' => 'storyReaction', 'peer_id' => Peer, 'date' => int, 'reaction' => Reaction];