Raw.payments.SuggestedStarRefBots
A list of suggested mini apps with available affiliate programs
payments.suggestedStarRefBots#b4d5d859 flags:# count:int suggested_bots:Vector<StarRefProgram> users:Vector<User> next_offset:flags.0?string = payments.SuggestedStarRefBots;
export namespace Raw {
export namespace payments {
export class SuggestedStarRefBots {
constructor(params: {
count: number;
suggestedBots: Array<Raw.TypeStarRefProgram>;
users: Array<Raw.TypeUser>;
nextOffset?: string;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0xb4d5d859
Property
count
: numberTotal number of results (for pagination)
suggestedBots
: Array of Raw.TypeStarRefProgramSuggested affiliate programs (full or partial list to be fetched using pagination)
users
: Array of Raw.TypeUserPeers mentioned in suggestedBots
nextOffset
: string or undefinedNext offset for pagination