diff --git a/pyrogram/methods/users/get_stories.py b/pyrogram/methods/users/get_stories.py index 3b02c6bf..971c12fe 100644 --- a/pyrogram/methods/users/get_stories.py +++ b/pyrogram/methods/users/get_stories.py @@ -42,7 +42,7 @@ class GetStories: For a contact that exists in your Telegram address book you can use his phone number (str). You can also use user profile/channel public link in form of *t.me/* (str). - story_ids (``int`` | Iterable of ``int``, *optional*): + story_ids (``int`` | Iterable of ``int``): Pass a single story identifier or an iterable of story ids (as integers) to get the content of the story themselves.