Raw.premium.MyBoosts
A list of peers we are currently boosting, and how many boost slots we have left.
premium.myBoosts#9ae228e2 my_boosts:Vector<MyBoost> chats:Vector<Chat> users:Vector<User> = premium.MyBoosts;
export namespace Raw {
export namespace premium {
export class MyBoosts {
constructor(params: {
myBoosts: Array<Raw.TypeMyBoost>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9ae228e2
Property
myBoosts
: Array of Raw.TypeMyBoostInfo about boosted peers and remaining boost slots.
chats
: Array of Raw.TypeChatReferenced chats
users
: Array of Raw.TypeUserReferenced users