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
|`_id`/`id`| MongoDB ObjectID | Random identifier used for the response |
130
+
|`user`| Optional [user details object](#user-details-object)| An object describing the user that submitted if the form is not anonymous |
131
+
|`antispam`| Optional [anti spam object](#anti-spam-object)| An object containing information about the anti-spam on the form submission |
132
+
|`response`| Object | Object containing question IDs mapping to the users answer |
133
+
|`form_id`| String | ID of the form that the user is submitting to |
134
+
135
+
### User details object
136
+
137
+
The user details contains the information returned by Discord alongside an `admin` boolean key representing that the user has admin privileges. The information returned from Discord can be found in the [Discord Developer portal](https://discord.com/developers/docs/resources/user#user-object).
138
+
139
+
### Anti-spam object
140
+
141
+
The anti-spam object contains information about the source of the form submission.
0 commit comments