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

1.2 KiB

title description nav_exclude image
storyViewPublicForward 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: storyViewPublicForward

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
blocked Bool Optional Whether we have completely blocked this user, including from viewing more of our stories.
blocked_my_stories_from Bool Optional Whether we have blocked this user from viewing more of our stories.
message Message Optional The message with the forwarded story.

Type: StoryView

Example:

$storyViewPublicForward = ['_' => 'storyViewPublicForward', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'message' => Message];