We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7931c2 commit e311c9eCopy full SHA for e311c9e
1 file changed
pyrogram/methods/stories/get_archived_stories.py
@@ -19,8 +19,7 @@
19
from typing import AsyncGenerator, Union
20
21
import pyrogram
22
-from pyrogram import raw
23
-from pyrogram import types
+from pyrogram import raw, types
24
25
26
class GetArchivedStories:
@@ -54,7 +53,7 @@ async def get_archived_stories(
54
53
.. code-block:: python
55
56
# Get archived stories from specific chat
57
- async for story in app.get_stories_archive(chat_id):
+ async for story in app.get_archived_stories(chat_id):
58
print(story)
59
"""
60
current = 0
0 commit comments