Skip to content

Commit

Permalink
pyrofork: method: send_invoice: Message._parse is coroutine
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
RabbitFored authored and wulan17 committed Jul 6, 2024
1 parent 0f746c2 commit e3ae1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/send_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async def send_invoice(
raw.types.UpdateNewChannelMessage
)
):
return types.Message._parse(
return await types.Message._parse(
self,
i.message,
users={i.id: i for i in r.users},
Expand Down

0 comments on commit e3ae1b7

Please sign in to comment.