From 9dbd784e7c076a87d5d862c32081cafda8c329e9 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Wed, 31 Jul 2024 11:37:28 +0700 Subject: [PATCH] pyrofork: fix get_stories doc Signed-off-by: wulan17 --- pyrogram/methods/users/get_stories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.