Skip to content

Commit

Permalink
Fix setStoryPrivacySettings documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AYMENJD authored and levlam committed Dec 5, 2024
1 parent 04ed636 commit 6635a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -10228,7 +10228,7 @@ editStoryCover story_sender_chat_id:int53 story_id:int32 cover_frame_timestamp:d

//@description 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_be_edited == true
//@story_id Identifier of the story
//@privacy_settings The new privacy settigs for the story
//@privacy_settings The new privacy settings for the story
setStoryPrivacySettings story_id:int32 privacy_settings:StoryPrivacySettings = Ok;

//@description Toggles whether a story is accessible after expiration. Can be called only if story.can_toggle_is_posted_to_chat_page == true
Expand Down

0 comments on commit 6635a06

Please sign in to comment.