Raw.payments.GetConnectedStarRefBots

Raw.payments.GetConnectedStarRefBots

Fetch all affiliations we have created for a certain peer

payments.getConnectedStarRefBots#5869a553 flags:# peer:InputPeer offset_date:flags.2?int offset_link:flags.2?string limit:int = payments.ConnectedStarRefBots;
export namespace Raw {
  export namespace payments {
    export class GetConnectedStarRefBots {
      constructor(params: {
        peer: Raw.TypeInputPeer;
        offsetDate?: number;
        offsetLink?: string;
        limit: number;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0x5869a553

Property

  • peer : Raw.TypeInputPeer

    The affiliated peer

  • offsetDate : number or undefined

    If set, returns only results older than the specified unixtime

  • offsetLink : string or undefined

    Offset for pagination, taken from the last returned connectedbotstarref.url (initially empty)

  • limit : number

    Maximum number of results to return, see pagination

Results

Raw.payments.TypeConnectedStarRefBots