mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-01-09 06:19:27 -05:00
Automated spec update (174401)
This commit is contained in:
parent
a2312c8212
commit
7e11840149
2 changed files with 36 additions and 0 deletions
|
|
@ -7374,6 +7374,24 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
|
},
|
||||||
|
"avatar": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"contentEncoding": "base64"
|
||||||
|
},
|
||||||
|
"bio": {
|
||||||
|
"type": "string",
|
||||||
|
"maxLength": 190
|
||||||
|
},
|
||||||
|
"banner": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7374,6 +7374,24 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"maxLength": 32
|
"maxLength": 32
|
||||||
|
},
|
||||||
|
"avatar": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"contentEncoding": "base64"
|
||||||
|
},
|
||||||
|
"bio": {
|
||||||
|
"type": "string",
|
||||||
|
"maxLength": 190
|
||||||
|
},
|
||||||
|
"banner": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"contentEncoding": "base64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue