interface StartThreadWithoutMessage implements WithReasonimport { type StartThreadWithoutMessage } 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) type: ChannelTypes.AnnouncementThread | ChannelTypes.PublicThread | ChannelTypes.PrivateThreadthe type of thread to create optionalinvitable: booleanwhether non-moderators can add other non-moderators to a thread; only available when creating a private thread