mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 23:24:50 +00:00
pyrofork: method: send_invoice: Message._parse is coroutine
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
83543da3e6
commit
48cf8bcb23
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class SendInvoice:
|
||||||
raw.types.UpdateNewChannelMessage
|
raw.types.UpdateNewChannelMessage
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
return types.Message._parse(
|
return await types.Message._parse(
|
||||||
self,
|
self,
|
||||||
i.message,
|
i.message,
|
||||||
users={i.id: i for i in r.users},
|
users={i.id: i for i in r.users},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue