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 |
201
-
| with_components |[boolean](#DOCS_REFERENCE/boolean-query-strings)| Allows the webhook to send components | 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 |
202
201
203
202
###### JSON/Form Params
204
203
@@ -220,7 +219,7 @@ Refer to [Uploading Files](#DOCS_REFERENCE/uploading-files) for details on attac
220
219
| poll |[poll](#DOCS_RESOURCES_POLL/poll-create-request-object) request object | A poll! | one of content, file, embeds, poll |
221
220
222
221
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`.
222
+
\* Requires an application-owned webhook.
224
223
225
224
\*\* See [Uploading Files](#DOCS_REFERENCE/uploading-files) for details.
226
225
@@ -276,10 +275,9 @@ 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 |
283
281
284
282
###### JSON/Form Params
285
283
@@ -294,7 +292,7 @@ Any provided files will be **appended** to the message. To remove or replace fil
294
292
| attachments \*\*| array of partial [attachment](#DOCS_RESOURCES_MESSAGE/attachment-object) objects | attached files to keep and possible descriptions for new files |
295
293
| poll \*\*\*|[poll](#DOCS_RESOURCES_POLL/poll-create-request-object) request object | A poll! |
296
294
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`.
295
+
\* Requires an application-owned webhook.
298
296
299
297
\*\* See [Uploading Files](#DOCS_REFERENCE/uploading-files) for details.
0 commit comments