IGPAPI
    Preparing search index...

    Interface PrivateStoriesSetMemberInput

    interface PrivateStoriesSetMemberInput {
        action: "add" | "remove";
        source?: "story_share_sheet" | "settings";
        userId: string;
    }
    Index

    Properties

    Properties

    action: "add" | "remove"
    source?: "story_share_sheet" | "settings"
    userId: string