Raw.account.UpdateStatus
Updates online user status.
account.updateStatus#6628562c offline:Bool = Bool;
export namespace Raw {
export namespace account {
export class UpdateStatus {
constructor(params: { offline: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x6628562c
Property
offline
: booleanIf (booltrue) is transmitted, user status will change to (userstatusoffline).