Constructor: premium.boostsList
List of boosts that were applied to a peer by multiple users.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| count | int | Yes | Total number of results |
| boosts | Array of Boost | Yes | Boosts |
| next_offset | string | Optional | Offset that can be used for pagination. |
| users | Array of User | Yes | Mentioned users |
Type: premium.BoostsList
Example:
$premium_boostsList = ['_' => 'premium.boostsList', 'count' => int, 'boosts' => [Boost, Boost], 'next_offset' => 'string', 'users' => [User, User]];