Raw.account.UpdateUsername
Changes username for the current user.
account.updateUsername#3e0bdd7c username:string = User;
export namespace Raw {
export namespace account {
export class UpdateUsername {
constructor(params: { username: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x3e0bdd7c
Property
username
: stringUsername or empty string if username is to be removedaccepted characters: a-z (case-insensitive), 0-9 and underscores.length: 5-32 characters.