mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Pyrofork: Fix typo in parse_deleted_messages
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
c8a8680fe9
commit
2d090a6db5
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ async def parse_messages(
|
||||||
return types.List(parsed_messages)
|
return types.List(parsed_messages)
|
||||||
|
|
||||||
|
|
||||||
def parse_deleted_messages(client, update, bussiness_connection_id: str = None) -> List["types.Message"]:
|
def parse_deleted_messages(client, update, business_connection_id: str = None) -> List["types.Message"]:
|
||||||
messages = update.messages
|
messages = update.messages
|
||||||
channel_id = getattr(update, "channel_id", None)
|
channel_id = getattr(update, "channel_id", None)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue