mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
826 B
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
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];