Interface ReelSettingsGetResponse

interface ReelSettingsGetResponse {
    allow_story_reshare: boolean;
    besties: ReelSettingsGetResponseList;
    blocked_reels: ReelSettingsGetResponseList;
    message_prefs: "following" | "off" | "anyone";
    persist_stories_to_private_profile: boolean;
    reel_auto_archive: "on" | "off";
    save_recent_stories_captures: boolean;
    save_to_camera_roll: boolean;
    status: string;
}

Properties

allow_story_reshare: boolean
message_prefs: "following" | "off" | "anyone"
persist_stories_to_private_profile: boolean
reel_auto_archive: "on" | "off"
save_recent_stories_captures: boolean
save_to_camera_roll: boolean
status: string