Skip to content

Commit

Permalink
Merge pull request #61 from AnonymousX1025/patch-1
Browse files Browse the repository at this point in the history
Fix more typo
  • Loading branch information
wulan17 committed Apr 8, 2024
2 parents 849be50 + af9e137 commit be47594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/utils.py
Expand Up @@ -222,7 +222,7 @@ def parse_deleted_messages(client, update, business_connection_id: str = None) -
type=enums.ChatType.CHANNEL,
client=client
) if channel_id is not None else None,
business_connection_id=bussiness_connection_id,
business_connection_id=business_connection_id,
client=client
)
)
Expand Down

0 comments on commit be47594

Please sign in to comment.