Interface InputMessageReplyToStory

Describes a story to be replied. Subtype of InputMessageReplyTo.

interface InputMessageReplyToStory {
    @type: "inputMessageReplyToStory";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "inputMessageReplyToStory"
story_id: number

The identifier of the story.

story_sender_chat_id: number

The identifier of the sender of the story. Currently, stories can be replied only in the sender's chat and channel stories can't be replied.