Raw.StoryReactionPublicForward
A certain peer has forwarded the story as a message to a public chat or channel.
storyReactionPublicForward#bbab2643 message:Message = StoryReaction;
export namespace Raw {
export class StoryReactionPublicForward {
constructor(params: { message: Raw.TypeMessage }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xbbab2643
Property
message
: Raw.TypeMessageThe message with the forwarded story.