mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
985 B
985 B
title | description | nav_exclude | image |
---|---|---|---|
updateBotStopped | A bot was stopped or re-started. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];