MadelineProtoDocs/docs/API_docs/constructors/storyReactionPublicForward.md

30 lines
831 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "storyReactionPublicForward"
description: "A certain peer has forwarded the story as a message to a public chat or channel."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: storyReactionPublicForward
[Back to constructors index](/API_docs/constructors/index.html)
A certain peer has forwarded the story as a message to a public chat or channel.
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|message|[Message](/API_docs/types/Message.html) | Optional|The message with the forwarded story.|
### Type: [StoryReaction](/API_docs/types/StoryReaction.html)
### Example:
```
$storyReactionPublicForward = ['_' => 'storyReactionPublicForward', 'message' => Message];
```