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
| description | ?string | the description for the template |
18
+
| usage_count | integer | number of times this template has been used |
19
+
| creator_id | snowflake | the ID of the user who created the template |
20
+
| creator |[user](#DOCS_RESOURCES_USER/user-object) object | the user who created the template |
21
+
| created_at | ISO8601 timestamp | when this template was created |
22
+
| updated_at | ISO8601 timestamp | when this template was last synced to the source guild |
23
+
| source_guild_id | snowflake | the ID of the guild this template is based on |
24
+
| serialized_source_guild | partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object | the guild snapshot this template contains; placeholder IDs are given as integers|
25
+
| is_dirty | ?boolean | whether the template has unsynced changes |
0 commit comments