Layer 227
PremiumMyBoostsObj
A list of peers we are currently boosting, and how many boost slots we have left.
constructor
premium.myBoosts#9ae228e2 my_boosts:Vector<MyBoost> chats:Vector<Chat> users:Vector<User> = premium.MyBoosts;
Parameters
| Name | Type | Description |
|---|---|---|
| MyBoosts | Vector < MyBoost > | Info about boosted peers and remaining boost slots. |
| Chats | Vector < Chat > | Referenced chats |
| Users | Vector < User > | Referenced users |
Returns
premium.MyBoostsGogram Example
// Creating PremiumMyBoostsObj constructor obj := &tg.PremiumMyBoostsObj{ MyBoosts: &tg.VectorMyBoost{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }