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