Constructor: payments.suggestedStarRefBots
A list of suggested mini apps with available affiliate programs
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of results (for pagination) |
suggested_bots | Array of StarRefProgram | Yes | Suggested affiliate programs (full or partial list to be fetched using pagination) |
users | Array of User | Yes | Peers mentioned in suggested_bots |
next_offset | string | Optional | Next offset for pagination |
Type: payments.SuggestedStarRefBots
Example:
$payments_suggestedStarRefBots = ['_' => 'payments.suggestedStarRefBots', 'count' => int, 'suggested_bots' => [StarRefProgram, StarRefProgram], 'users' => [User, User], 'next_offset' => 'string'];