mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 04:44:50 +00:00
Pyrofork: fix send_story method
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
454f155845
commit
0b5cc55768
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ class SendStory:
|
|||
media_areas=[
|
||||
await media_area.write(self)
|
||||
for media_area in media_areas
|
||||
]
|
||||
] if media_areas is not None else None
|
||||
)
|
||||
)
|
||||
return await types.Story._parse(self, r.updates[0].story, r.updates[0].peer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue