Interface StoryInteractionTypeForward

A forward of the story as a message. Subtype of StoryInteractionType.

interface StoryInteractionTypeForward {
    @type: "storyInteractionTypeForward";
    message: Message;
}

Properties

Properties

@type: "storyInteractionTypeForward"
message: Message

The message with story forward.