Interface ReelSettingsSetInput

interface ReelSettingsSetInput {
    message_prefs?: "following" | "off" | "anyone";
    reel_auto_archive?: "0" | "1";
}

Properties

message_prefs?: "following" | "off" | "anyone"
reel_auto_archive?: "0" | "1"