Interface StoryPrivacySettingsEveryone

Describes privacy settings of a story. Subtype of StoryPrivacySettings.

interface StoryPrivacySettingsEveryone {
    @type: "storyPrivacySettingsEveryone";
    except_user_ids: number[];
}

Properties

@type: "storyPrivacySettingsEveryone"
except_user_ids: number[]

Identifiers of the users that can't see the story; always unknown and empty for non-owned stories.