[accounts] emoji

This commit is contained in:
Devin Zuczek
2026-09-09 11:31:48 -04:00
parent 261ff21e0d
commit 629a702403
5 changed files with 509 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export interface Account {
profileImage: string
/** Profile banner image key, set by `accounts` `PUT /account/me/bannerimage`. `""` until then. */
bannerImage: string
/** The emoji shown beside the display name. No route sets it yet — always `""`. */
/** The emoji beside the display name, set by `accounts` `PUT /account/me/emoji`. `""` until then. */
displayEmoji: string
isJunior: boolean
platforms: number