File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -806,6 +806,8 @@ export interface components {
806806 display_name ?: string | null ;
807807 /** @description Avatar attachment */
808808 avatar ?: components [ "schemas" ] [ "File" ] | null ;
809+ /** @description Pronouns */
810+ pronouns ?: string [ ] | null ;
809811 /** @description Relationships with other users */
810812 relations ?: components [ "schemas" ] [ "Relationship" ] [ ] ;
811813 /**
@@ -949,6 +951,8 @@ export interface components {
949951 * This is applied as a partial.
950952 */
951953 profile ?: components [ "schemas" ] [ "DataUserProfile" ] | null ;
954+ /** @description The pronouns that the User uses */
955+ pronouns ?: string [ ] | null ;
952956 /**
953957 * Format: int32
954958 * @description Bitfield of user badges
@@ -980,6 +984,7 @@ export interface components {
980984 | "ProfileContent"
981985 | "ProfileBackground"
982986 | "DisplayName"
987+ | "Pronouns"
983988 | "Internal" ;
984989 /** Username Information */
985990 DataChangeUsername : {
You can’t perform that action at this time.
0 commit comments