Interface MessageReplyToStory

Describes a story replied by a given message. Subtype of MessageReplyTo.

interface MessageReplyToStory {
    @type: "messageReplyToStory";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "messageReplyToStory"
story_id: number

The identifier of the story.

story_sender_chat_id: number

The identifier of the sender of the story.