Layer 220
PremiumGetMyBoosts
Obtain which peers are we currently boosting, and how many boost slots we have left.
method
Users
premium.getMyBoosts#be77b4a = premium.MyBoosts;
Returns
premium.MyBoostsGogram Example
// PremiumGetMyBoosts - positional arguments result, err := client.PremiumGetMyBoosts() if err != nil { // handle error } // result is *tg.PremiumMyBoosts