MyBoost¶
- class pyrogram.raw.types.MyBoost[source]¶
Contains information about a single boost slot ».
Constructor of
MyBoost.- Details:
Layer:
229ID:
C448415C
- Parameters:
slot (
int32-bit) – Boost slot ID »date (
int32-bit) – When (unixtime) we started boosting thepeer,0otherwise.expires (
int32-bit) – Indicates the (unixtime) expiration date of the boost inpeer(0ifpeeris not set).peer (
Peer, optional) – If set, indicates this slot is currently occupied, i.e. we are boosting this peer. Note that we can assign multiple boost slots to the same peer.cooldown_until_date (
int32-bit, optional) – Ifpeeris set, indicates the (unixtime) date after which this boost can be reassigned to another channel.