Constructor: connectedBotStarRef
Attributes:
Name | Type | Required |
---|---|---|
revoked | Bool | Optional |
url | string | Yes |
date | int | Yes |
bot_id | long | Yes |
commission_permille | int | Yes |
duration_months | int | Optional |
participants | long | Yes |
revenue | long | Yes |
Type: ConnectedBotStarRef
Example:
$connectedBotStarRef = ['_' => 'connectedBotStarRef', 'revoked' => Bool, 'url' => 'string', 'date' => int, 'bot_id' => long, 'commission_permille' => int, 'duration_months' => int, 'participants' => long, 'revenue' => long];