A story to be sent

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

Hierarchy (view full)

Properties

Properties

caption?: InputText

Caption of the media

id: number

ID of the story

Owner of the story

type: "story"