From 62fb60ced0f514414004d4a73b00b1aaa869b20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Fri, 9 Sep 2022 23:26:05 +0200 Subject: [PATCH] Add back nonce (#5078) * Add back nonce * Update docs/resources/Channel.md Co-authored-by: Austin Keener --- docs/resources/Channel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/Channel.md b/docs/resources/Channel.md index b21a357e8c..ba45d0fbb9 100644 --- a/docs/resources/Channel.md +++ b/docs/resources/Channel.md @@ -939,6 +939,7 @@ Files must be attached using a `multipart/form-data` body as described in [Uploa | Field | Type | Description | | ------------------ | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | content?\* | string | Message contents (up to 2000 characters) | +| nonce? | integer or string | Can be used to verify a message was sent (up to 25 characters). Value will appear in the [Message Create event](#DOCS_TOPICS_GATEWAY/message-create). | tts? | boolean | `true` if this is a TTS message | | embeds?\* | array of [embed](#DOCS_RESOURCES_CHANNEL/embed-object) objects | Embedded `rich` content (up to 6000 characters) | | allowed_mentions? | [allowed mention object](#DOCS_RESOURCES_CHANNEL/allowed-mentions-object) | Allowed mentions for the message |