teleproto - v1.229.0
    Preparing search index...

    Interface StoriesEditStoryParams

    interface StoriesEditStoryParams {
        caption?: string;
        entities?: TypeMessageEntityIn[];
        id: number;
        media?: TypeInputMediaIn;
        mediaAreas?: TypeMediaAreaIn[];
        music?: TypeInputDocumentIn;
        peer: EntityLike;
        privacyRules?: TypeInputPrivacyRuleIn[];
    }
    Index
    caption?: string

    If specified, replaces the story caption.

    entities?: TypeMessageEntityIn[]

    Message entities for styled text in the caption , if allowed by the stories_entities client configuration parameter » .

    id: number

    ID of story to edit.

    If specified, replaces the story media.

    mediaAreas?: TypeMediaAreaIn[]

    Media areas associated to the story, see here » for more info.

    peer: EntityLike

    Peer where the story was posted.

    privacyRules?: TypeInputPrivacyRuleIn[]

    If specified, alters the privacy settings » of the story, changing who can or can't view the story.