Constructor: payments.suggestedStarRefBots
Attributes:
Name | Type | Required |
---|---|---|
count | int | Yes |
suggested_bots | Array of StarRefProgram | Yes |
users | Array of User | Yes |
next_offset | string | Optional |
Type: payments.SuggestedStarRefBots
Example:
$payments_suggestedStarRefBots = ['_' => 'payments.suggestedStarRefBots', 'count' => int, 'suggested_bots' => [StarRefProgram, StarRefProgram], 'users' => [User, User], 'next_offset' => 'string'];