Raw.account.UpdateProfile

Raw.account.UpdateProfile

Updates user profile.

account.updateProfile#78515775 flags:# first_name:flags.0?string last_name:flags.1?string about:flags.2?string = User;
export namespace Raw {
  export namespace account {
    export class UpdateProfile {
      constructor(params: { firstName?: string; lastName?: string; about?: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x78515775

Property

Results

Raw.TypeUser