Layer 227
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

Gogram Example

// Creating PremiumMyBoostsObj constructor
obj := &tg.PremiumMyBoostsObj{
    MyBoosts: &tg.VectorMyBoost{},
    Chats: &tg.VectorChat{},
    Users: &tg.VectorUser{},
}