Constructor: updateBotStopped
A bot was stopped or re-started.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | The user ID |
date | int | Yes | When did this action occur |
stopped | Bool | Yes | Whether the bot was stopped or started |
qts | int | Yes | New qts value, see updates » for more info. |
Type: Update
Example:
$updateBotStopped = ['_' => 'updateBotStopped', 'user_id' => long, 'date' => int, 'stopped' => Bool, 'qts' => int];