SetStoryPrivacySettings constructor

SetStoryPrivacySettings(
  1. {required int story_sender_chat_id,
  2. required int story_id,
  3. required StoryPrivacySettings privacy_settings,
  4. int? extra,
  5. int? clientId}
)

Changes privacy settings of a story. Can be called only if story.can_be_edited == true

Returns Ok

Implementation

SetStoryPrivacySettings