change story_id to id

This commit is contained in:
Np Dk 2023-09-28 01:21:50 +07:00
parent bc3d258435
commit da2a9db70c

View file

@ -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)