View Source ExTDLib.Method.SetStoryPrivacySettings (ExTDLib v0.0.4)
Changes privacy settings of a story. Can be called only if story.can_be_edited == true. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| story_sender_chat_id | string | Identifier of the chat that posted the story. |
| story_id | number | Identifier of the story. |
| privacy_settings | StoryPrivacySettings | The new privacy settigs for the story. |
More details on telegram's documentation.