itd-api / UpdateProfileInput
Interface: UpdateProfileInput
Defined in: resources/users.ts:36
Изменяемые поля своего профиля.
Properties
avatar?
ts
optional avatar?: string;Defined in: resources/users.ts:40
Эмодзи-аватар: символ клана, а не адрес картинки.
bannerId?
ts
optional bannerId?: string | null;Defined in: resources/users.ts:43
Идентификатор загруженного файла баннера. null удаляет текущий баннер.
bio?
ts
optional bio?: string;Defined in: resources/users.ts:41
displayName?
ts
optional displayName?: string;Defined in: resources/users.ts:37
username?
ts
optional username?: string;Defined in: resources/users.ts:38