Interface InputMessageStory

A message with a forwarded story. Stories can't be sent to secret chats. A story can be forwarded only if story.can_be_forwarded. Subtype of InputMessageContent.

interface InputMessageStory {
    @type: "inputMessageStory";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "inputMessageStory"
story_id: number

Story identifier.

story_sender_chat_id: number

Identifier of the chat that posted the story.