class types.UpdateUserName
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.998/mod.ts";
const { UpdateUserName } = types;
Constructors
new
UpdateUserName(params: { userId: bigint; firstName: string; lastName: string; usernames: Array<TypeUsername>; })Properties
protected
readonly
[params]: Paramsusernames: Array<TypeUsername>
Static Properties
readonly
[paramDesc]: ParamDesc