Raw.Username

Raw.Username

Contains information about a username.

username#b4073647 flags:# editable:flags.0?true active:flags.1?true username:string = Username;
export namespace Raw {
  export class Username {
    constructor(params: { editable?: boolean; active?: boolean; username: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xb4073647

Property

  • editable : boolean or undefined

    Whether the username is editable, meaning it wasn’t bought on fragment.

  • active : boolean or undefined

    Whether the username is active.

  • username : string

    The username.