Link Search Menu Expand Document

Constructor: payments.suggestedStarRefBots

Back to constructors index

A list of suggested mini apps with available affiliate programs

Attributes:

NameTypeRequiredDescription
countintYesTotal number of results (for pagination)
suggested_botsArray of StarRefProgramYesSuggested affiliate programs (full or partial list to be fetched using pagination)
usersArray of UserYesPeers mentioned in suggested_bots
next_offsetstringOptionalNext offset for pagination

Type: payments.SuggestedStarRefBots

Example:

$payments_suggestedStarRefBots = ['_' => 'payments.suggestedStarRefBots', 'count' => int, 'suggested_bots' => [StarRefProgram, StarRefProgram], 'users' => [User, User], 'next_offset' => 'string'];