updateBotStopped
A bot was stopped or re-started.
type tg.UpdateBotStopped struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | 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. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotStopped#c4870a49