Raw.account.ToggleUsername

Raw.account.ToggleUsername

Activate or deactivate a purchased fragment.com username associated to the currently logged-in user.

account.toggleUsername#58d6b376 username:string active:Bool = Bool;
export namespace Raw {
  export namespace account {
    export class ToggleUsername {
      constructor(params: { username: string; active: boolean }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x58d6b376

Property

  • username : string

    Username

  • active : boolean

    Whether to activate or deactivate it

Results

boolean