Layer 220
StoryReactionPublicForward
A certain peer has forwarded the story as a message to a public chat or channel.
constructor
storyReactionPublicForward#bbab2643 message:Message = StoryReaction;
Parameters
| Name | Type | Description |
|---|---|---|
| Message | Message | The message with the forwarded story. |
Returns
StoryReactionGogram Example
// Creating StoryReactionPublicForward constructor obj := &tg.StoryReactionPublicForward{ Message: &tg.Message{}, }