interface CreateForumPostWithMessage implements WithReasonimport { type CreateForumPostWithMessage } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiesname: string1-100 character thread name autoArchiveDuration: | 60 | 1440 | 4320 | 10080Duration in minutes to automatically archive the thread after recent activity optionalrateLimitPerUser: number | nullAmount of seconds a user has to wait before sending another message (0-21600) optionalcontent: stringThe message contents (up to 2000 characters) optionalembeds: Embed[]Embedded rich content (up to 6000 characters) optionalallowedMentions: AllowedMentionsAllowed mentions for the message optionalfile: FileContent | FileContent[]The contents of the file being sent optionalcomponents: MessageComponentsThe components you would like to have sent in this message