discord/discord-api-spec

Some fields missing from UserResponse

Octol1ttle opened this issue · 2 comments

The missing fields are global_name (?string) and avatar_decoration? (?string). While present in the docs, I could not find them in either the stable or preview specs.

This also applies to UserVIIResponse

I've added global_name but I don't think we document avatar decorations anywhere. The change will be visible with the next deployment.

What about avatar_decoration_data? avatar_decoration is what is currently documented, but there is a pull request to change that: discord/discord-api-docs#6464