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

826 B

title description nav_exclude image
storyReactionPublicRepost A certain peer has reposted the story. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storyReactionPublicRepost

Back to constructors index

A certain peer has reposted the story.

Attributes:

Name Type Required Description
peer_id Peer Yes The peer that reposted the story.
story StoryItem Yes The reposted story.

Type: StoryReaction

Example:

$storyReactionPublicRepost = ['_' => 'storyReactionPublicRepost', 'peer_id' => Peer, 'story' => StoryItem];