interface CreateMessageimport { type CreateMessage } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; Propertiesoptionalcontent: stringThe message contents (up to 2000 characters) optionalnonce: string | numberCan be used to verify a message was sent (up to 25 characters). Value will appear in the Message Create event. optionaltts: booleantrue if this is a TTS message optionalembeds: Embed[]Embedded rich content (up to 6000 characters) optionalallowedMentions: AllowedMentionsAllowed mentions for the message optionalmessageReference: { messageId?: BigString; channelId?: BigString; guildId?: BigString; failIfNotExists: boolean; }Include to make your message a reply optionalfile: FileContent | FileContent[]The contents of the file being sent optionalcomponents: MessageComponentsThe components you would like to have sent in this message optionalstickerIds: [bigint] | [bigint, bigint] | [bigint, bigint, bigint]IDs of up to 3 stickers in the server to send in the message