This commit is contained in:
˹ᴧɴσɴʏᴍσᴜs ꭙ˼ 2024-04-08 11:32:41 +05:30 committed by GitHub
parent d1e20a070f
commit af9e137b28
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
)
)