mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Merge 200d6fcbd7 into 6bbff46417
This commit is contained in:
commit
6110d6c01e
1 changed files with 0 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ class BotBusinessConnection(Object):
|
||||||
self.user = user
|
self.user = user
|
||||||
self.dc_id = dc_id
|
self.dc_id = dc_id
|
||||||
self.date = date
|
self.date = date
|
||||||
self.can_reply = can_reply
|
|
||||||
self.is_disabled = is_disabled
|
self.is_disabled = is_disabled
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
@ -75,7 +74,6 @@ class BotBusinessConnection(Object):
|
||||||
user = await client.get_users(bot_connection.user_id),
|
user = await client.get_users(bot_connection.user_id),
|
||||||
dc_id = bot_connection.dc_id,
|
dc_id = bot_connection.dc_id,
|
||||||
date = utils.timestamp_to_datetime(bot_connection.date),
|
date = utils.timestamp_to_datetime(bot_connection.date),
|
||||||
can_reply = bot_connection.can_reply,
|
|
||||||
is_disabled = bot_connection.disabled,
|
is_disabled = bot_connection.disabled,
|
||||||
client=client
|
client=client
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue