Documentation - v0.27.0
    Preparing search index...

    Interface InputMediaStory

    A story to be sent

    interface InputMediaStory {
        caption?: InputText;
        id: number;
        peer: InputPeerLike;
        type: "story";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    caption?: InputText

    Caption of the media

    id: number

    ID of the story

    Owner of the story

    type: "story"