updateBotStopped

A bot was stopped or re-started.

updateBotStopped#7f9488a user_id:int date:int stopped:Bool qts:int = Update;

Parameters

Name Type Description
user_id long The user ID
date int When did this action occur
stopped Bool Whether the bot was stopped or started
qts int New qts value, see updates ยป for more info.

Type

Update

Related pages

Working with Updates

How to subscribe to updates and handle them properly.