mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +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
|
||||
)
|
||||
):
|
||||
return types.Message._parse(
|
||||
return await types.Message._parse(
|
||||
self,
|
||||
i.message,
|
||||
users={i.id: i for i in r.users},
|
||||
|
|
|
|||
Loading…
Reference in a new issue