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
| wait |[boolean](#DOCS_REFERENCE/boolean-query-strings)| waits for server confirmation of message send before response, and returns the created message body (defaults to `false`; when `false` a message that is not saved does not return an error) | false |
200
-
| thread_id | snowflake | Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived. | false |
| wait |[boolean](#DOCS_REFERENCE/boolean-query-strings)| Waits for server confirmation of message send before response, and returns the created message body (defaults to `false`; when `false` a message that is not saved does not return an error) | false |
200
+
| thread_id | snowflake | Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived. | false |
201
+
| with_components |[boolean](#DOCS_REFERENCE/boolean-query-strings)| Allows the webhook to send components | false |
201
202
202
203
###### JSON/Form Params
203
204
@@ -219,7 +220,7 @@ Refer to [Uploading Files](#DOCS_REFERENCE/uploading-files) for details on attac
219
220
| poll |[poll](#DOCS_RESOURCES_POLL/poll-create-request-object) request object | A poll! | one of content, file, embeds, poll |
220
221
221
222
222
-
\* Requires an application-owned webhook.
223
+
\* Requires an application-owned webhook or `with_components` to be `true`. If this webhook is not application-owned, you cannot send components with the following [types](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/component-object-component-types): `2` (exception is a `Link` button), `3`, `4`, `5`, `6`, `7` & `8`.
223
224
224
225
\*\* See [Uploading Files](#DOCS_REFERENCE/uploading-files) for details.
225
226
@@ -275,9 +276,10 @@ Any provided files will be **appended** to the message. To remove or replace fil
| thread_id | snowflake | id of the thread the message is in | false |
282
+
| with_components |[boolean](#DOCS_REFERENCE/boolean-query-strings)| Allows the webhook to send components | false |
281
283
282
284
###### JSON/Form Params
283
285
@@ -292,7 +294,7 @@ Any provided files will be **appended** to the message. To remove or replace fil
292
294
| attachments \*\*| array of partial [attachment](#DOCS_RESOURCES_MESSAGE/attachment-object) objects | attached files to keep and possible descriptions for new files |
293
295
| poll \*\*\*|[poll](#DOCS_RESOURCES_POLL/poll-create-request-object) request object | A poll! |
294
296
295
-
\* Requires an application-owned webhook.
297
+
\* Requires an application-owned webhook or `with_components` to be `true`. If this webhook is not application-owned, you cannot send components with the following [types](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/component-object-component-types): `2` (exception is a `Link` button), `3`, `4`, `5`, `6`, `7` & `8`.
296
298
297
299
\*\* See [Uploading Files](#DOCS_REFERENCE/uploading-files) for details.
0 commit comments