mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
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
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];