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

831 B

title description nav_exclude image
storyReactionPublicForward A certain peer has forwarded the story as a message to a public chat or channel. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storyReactionPublicForward

Back to constructors index

A certain peer has forwarded the story as a message to a public chat or channel.

Attributes:

Name Type Required Description
message Message Optional The message with the forwarded story.

Type: StoryReaction

Example:

$storyReactionPublicForward = ['_' => 'storyReactionPublicForward', 'message' => Message];