Interface InputMessageReplyToStory

Describes a story to be replied. Subtype of InputMessageReplyTo.

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

Properties

@type: "inputMessageReplyToStory"
story_id: number

The identifier of the story.

story_poster_chat_id: number

The identifier of the poster of the story. Currently, stories can be replied only in the chat that posted the story; channel stories can't be replied.