Raw.premium.GetBoostsList

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 undefined

    Whether to return only info about boosts received from gift codes and giveaways created by the channel/supergroup

  • peer : Raw.TypeInputPeer

    The channel/supergroup

  • offset : string

    Offset for pagination, obtained from premium.boostslist.nextOffset

  • limit : number

    Maximum number of results to return, see pagination

Results

Raw.premium.TypeBoostsList