Raw.premium.BoostsList
List of boosts that were applied to a peer by multiple users.
premium.boostsList#86f8613c flags:# count:int boosts:Vector<Boost> next_offset:flags.0?string users:Vector<User> = premium.BoostsList;
export namespace Raw {
export namespace premium {
export class BoostsList {
constructor(params: {
count: number;
boosts: Array<Raw.TypeBoost>;
nextOffset?: string;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x86f8613c
Property
count
: numberTotal number of results
boosts
: Array of Raw.TypeBoostBoosts
nextOffset
: string or undefinedOffset that can be used for pagination.
users
: Array of Raw.TypeUserMentioned users