The translation was generated automatically and may contain mistakes

Privacy settings

The privacy settings are an array that can contain the following values:

  • all Available to all users.
  • friends Available to friends of the current user.
  • friends_of_friends Available to friends and friends of friends.
  • friends_of_friends_only Available to friends of the current user.
  • nobody inaccessible to anyone.
  • only_me - available only to me.
  • list{list_id} — available to friends of the current user from the list with an identifier {list_id} .
  • {user_id} Available to a friend with an ID {user_id} .
  • -list{list_id} - not available to friends of the current user from the list with the identifier {list_id} .
  • -{user_id} Not available to a friend with an ID {user_id} .

Types of Community Privacy

A video has community privacy if the owner of the video is the community and not the user. Privacy can be indicated by both text and number.

Restrictions

  • all ( 0 It is only available for open communities.
  • donut ( 5 ) — is only available for communities that include the option “VK Donat?2?.

Privacy of Viewing ( privacy_view )

  • all ( 0 ) is available to all users.
  • members ( 1 (b) Available to participants.
  • editors ( 2 Available to editors and administrators.
  • by_link ( 3 ) — available to those who have a link.
  • donut ( 5 available to the Dons.

Privacy of comments ( privacy_comment )

  • all ( 0 ) is available to all users.
  • members ( 1 (b) Available to participants.
  • editors ( 2 Available to editors and administrators.
  • nobody ( 4 ) — inaccessible to anyone.

Example

Available to all users, except friends from list number 2 and except for a friend with ID 743784474.

JSON
privacy_view: ['all', '-list2', -743784474],