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
\* In the case of endpoints that support GIFs, the hash will begin with `a_` if it is available in GIF format. (example: `a_1269e74af4df7417b13759eae50c83dc`)
Copy file name to clipboardExpand all lines: docs/resources/user.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ There are other rules and restrictions not shared here for the sake of spam and
47
47
| premium_type? | integer | the [type of Nitro subscription](/docs/resources/user#user-object-premium-types) on a user's account | identify |
48
48
| public_flags? | integer | the public [flags](/docs/resources/user#user-object-user-flags) on a user's account | identify |
49
49
| avatar_decoration_data? | ?[avatar decoration data](/docs/resources/user#avatar-decoration-data-object) object | data for the user's avatar decoration | identify |
50
+
| collectibles? | ?[collectibles](/docs/resources/user#collectibles) object | data for the user's collectibles | identify
50
51
51
52
###### Example User
52
53
@@ -183,6 +184,30 @@ The role connection object that an application has attached to a user.
183
184
| platform_username | ?string | the username on the platform a bot has connected (max 100 characters) |
184
185
| metadata | object | object mapping [application role connection metadata](/docs/resources/application-role-connection-metadata#application-role-connection-metadata-object) keys to their `string`-ified value (max 100 characters) for the user on the platform a bot has connected |
0 commit comments