Constructor: premium.myBoosts
A list of peers we are currently boosting, and how many boost slots we have left.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
my_boosts | Array of MyBoost | Yes | Info about boosted peers and remaining boost slots. |
chats | Array of Chat | Yes | Referenced chats |
users | Array of User | Yes | Referenced users |
Type: premium.MyBoosts
Example:
$premium_myBoosts = ['_' => 'premium.myBoosts', 'my_boosts' => [MyBoost, MyBoost], 'chats' => [Chat, Chat], 'users' => [User, User]];