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.TypeInputPeerThe affiliated peer
offsetDate
: number or undefinedIf set, returns only results older than the specified unixtime
offsetLink
: string or undefinedOffset for pagination, taken from the last returned connectedbotstarref.url (initially empty)
limit
: numberMaximum number of results to return, see pagination