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