Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX1025 committed Apr 8, 2024
1 parent d1e20a0 commit af9e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/utils.py
Original file line number Diff line number Diff line change
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 af9e137

Please sign in to comment.