mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 15:59:18 +00:00
Fix MyBoost parsing
This commit is contained in:
parent
2ade5f6eeb
commit
9cecf86546
@ -74,6 +74,6 @@ class MyBoost(Object):
|
|||||||
slot=my_boost.slot,
|
slot=my_boost.slot,
|
||||||
chat=chat,
|
chat=chat,
|
||||||
date=utils.timestamp_to_datetime(my_boost.date),
|
date=utils.timestamp_to_datetime(my_boost.date),
|
||||||
expire_date=utils.timestamp_to_datetime(my_boost.expire_date),
|
expire_date=utils.timestamp_to_datetime(my_boost.expires),
|
||||||
cooldown_until_date=utils.timestamp_to_datetime(my_boost.cooldown_until_date),
|
cooldown_until_date=utils.timestamp_to_datetime(my_boost.cooldown_until_date),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user