Interface StoryPrivacySettingsContacts

The story can be viewed by all contacts except chosen users. Subtype of StoryPrivacySettings.

interface StoryPrivacySettingsContacts {
    @type: "storyPrivacySettingsContacts";
    except_user_ids: number[];
}

Properties

@type: "storyPrivacySettingsContacts"
except_user_ids: number[]

User identifiers of the contacts that can't see the story; always unknown and empty for non-owned stories.