You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is_pending is deprecated and should not be used display_name is deprecated and should not be used global_name is not released yet and should not be used
you are expected to only read known fields and ignore unknown/undocumented fields, as new fields can be added at any time.
Description
While using the API to retrieve user and member from a guild, i saw that some fields in the online documentation are missing.
path :
docs/resources/user#user-object-user-structure
missing :
avatar_decoration
,display_name
,global_name
path :
docs/resources/guild#guild-member-object-guild-member-structure
missing :
is_pending
Steps to Reproduce
/guilds/{guild.id}/members/{user.id}
Member
user
field in JSONUser
Expected Behavior
Documentation may have deprecated or future fields mentioned as it is easier to construct classes of data and see which field is optional or nullable
Current Behavior
Missing fields making parsing data harder
Screenshots/Videos
No response
Client and System Information
API version : 10
The text was updated successfully, but these errors were encountered: