setStoryPrivacySettings¶
Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_set_privacy_settings == true
setStoryPrivacySettings(
story_id: int32,
privacy_settings: StoryPrivacySettings
) → Ok