updateBotStopped

A bot was stopped or re-started.

updateBotStopped#c4870a49 user_id:long 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.