Interface StoryPostCommandInput

interface StoryPostCommandInput {
    caption?: string;
    configuration: StoryConfiguration;
    igtvId?: string;
    media: StoryMediaUploader;
    resharedMediaId?: string;
    stickers?: IgpapiStickersLayout;
    webUri?: string;
}

Properties

caption?: string
configuration: StoryConfiguration

Configuration for different story purposes. See StoryConfiguration implementations for details

igtvId?: string

Attached IGTV video id for popular accounts You can't attach igtv and webUri at the same time

2308255451735650132
resharedMediaId?: string

When someone mentions you in their story you can "re-share" this story by adding it to your stories. Provide the initial story id here.

webUri?: string

Attached web link for popular accounts You can't attach igtv and webUri at the same time

https://gitlab.com/igpapi/igpapi