Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pyrogram/types/bots_and_keyboards/bot_business_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __init__(
self.user = user
self.dc_id = dc_id
self.date = date
self.can_reply = can_reply
self.is_disabled = is_disabled

@staticmethod
Expand All @@ -75,7 +74,6 @@ async def _parse(
user = await client.get_users(bot_connection.user_id),
dc_id = bot_connection.dc_id,
date = utils.timestamp_to_datetime(bot_connection.date),
can_reply = bot_connection.can_reply,
is_disabled = bot_connection.disabled,
client=client
)