Merge pull request #61 from AnonymousX1025/patch-1

Fix more typo
This commit is contained in:
2024-04-08 18:09:27 +07:00 committed by GitHub
commit be47594cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
)
)