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

948 B

title description nav_exclude image
publicForwardStory Contains info about a forward of a story as a repost by a public channel. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: publicForwardStory

Back to constructors index

Contains info about a forward of a story as a repost by a public channel.

Attributes:

Name Type Required Description
peer long Yes The channel that reposted the story.
story StoryItem Yes The reposted story (may be different from the original story).

Type: PublicForward

Example:

$publicForwardStory = ['_' => 'publicForwardStory', 'peer' => long, 'story' => StoryItem];