mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
change story_id to id
This commit is contained in:
parent
bc3d258435
commit
da2a9db70c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class ExportStoryLink:
|
|||
|
||||
peer = await self.resolve_peer(from_id)
|
||||
|
||||
rpc = raw.functions.stories.ExportStoryLink(peer=peer, story_id=story_id)
|
||||
rpc = raw.functions.stories.ExportStoryLink(peer=peer, id=story_id)
|
||||
|
||||
r = await self.invoke(rpc, sleep_threshold=-1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue