Raw.UpdateBotStopped

Raw.UpdateBotStopped

A bot was stopped or re-started.

updateBotStopped#c4870a49 user_id:long date:int stopped:Bool qts:int = Update;
export namespace Raw {
  export class UpdateBotStopped {
    constructor(params: { userId: bigint; date: number; stopped: boolean; qts: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xc4870a49

Property

  • userId : bigint

    The user id

  • date : number

    When did this action occur

  • stopped : boolean

    Whether the bot was stopped or started

  • qts : number

    New qts value, see updates for more info.