Skip to content

Commit 96c5f7c

Browse files
committed
feat: document expires_at for Avatar Decoration Data
1 parent b930084 commit 96c5f7c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/resources/user.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,11 @@ The data for the user's [avatar decoration](https://support.discord.com/hc/en-us
107107

108108
###### Avatar Decoration Data Structure
109109

110-
| Field | Type | Description |
111-
|--------|-----------|----------------------------------------------------------------|
112-
| asset | string | the [avatar decoration hash](/docs/reference#image-formatting) |
113-
| sku_id | snowflake | id of the avatar decoration's SKU |
110+
| Field | Type | Description |
111+
|------------|-----------|----------------------------------------------------------------|
112+
| asset | string | the [avatar decoration hash](/docs/reference#image-formatting) |
113+
| expires_at | ?integer | Unix time (in seconds) of when the avatar decoration expires |
114+
| sku_id | snowflake | id of the avatar decoration's SKU |
114115

115116
### Connection Object
116117

0 commit comments

Comments
 (0)