Returns the lists of boost that were applied to a channel/supergroup by a specific user (admins only)
premium.boostsList#86f8613c flags:# count:int boosts:Vector<Boost> next_offset:flags.0?string users:Vector<User> = premium.BoostsList;
---functions---
premium.getUserBoosts#39854d1f peer:InputPeer user_id:InputUser = premium.BoostsList;
Name | Type | Description |
---|---|---|
peer | InputPeer | The channel/supergroup |
user_id | InputUser | The user |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |