Constructor: payments.connectedStarRefBots
Active affiliations
Attributes:
| Name | Type | Required | Description | 
|---|---|---|---|
| count | int | Yes | Total number of active affiliations | 
| connected_bots | Array of ConnectedBotStarRef | Yes | The affiliations | 
| users | Array of User | Yes | Peers mentioned in connected_bots | 
Type: payments.ConnectedStarRefBots
Example:
 $payments_connectedStarRefBots = ['_' => 'payments.connectedStarRefBots', 'count' => int, 'connected_bots' => [ConnectedBotStarRef, ConnectedBotStarRef], 'users' => [User, User]];