mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
nonce has been removed
This commit is contained in:
@@ -8,13 +8,11 @@ import { MessageComponents } from "./components/message_components.ts";
|
||||
export interface CreateMessage {
|
||||
/** The message contents (up to 2000 characters) */
|
||||
content?: string;
|
||||
/** A nonce that can be used for optimistic message sending */
|
||||
nonce?: number | string;
|
||||
/** true if this is a TTS message */
|
||||
tts?: boolean;
|
||||
/** Embedded `rich` content */
|
||||
embed?: Embed;
|
||||
/** Allowed mentions for a message */
|
||||
/** Allowed mentions for the message */
|
||||
allowedMentions?: AllowedMentions;
|
||||
/** Include to make your message a reply */
|
||||
messageReference?: MessageReference;
|
||||
|
||||
Reference in New Issue
Block a user