Raw.premium.GetBoostsList
Obtains info about the boosts that were applied to a certain channel or supergroup (admins only)
premium.getBoostsList#60f67660 flags:# gifts:flags.0?true peer:InputPeer offset:string limit:int = premium.BoostsList;
export namespace Raw {
export namespace premium {
export class GetBoostsList {
constructor(params: {
gifts?: boolean;
peer: Raw.TypeInputPeer;
offset: string;
limit: number;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x60f67660
Property
gifts
: boolean or undefinedWhether to return only info about boosts received from gift codes and giveaways created by the channel/supergroup
peer
: Raw.TypeInputPeerThe channel/supergroup
offset
: stringOffset for pagination, obtained from premium.boostslist.nextOffset
limit
: numberMaximum number of results to return, see pagination