discord.createThreadFromMessage create a public Discord thread attached to an existing message.
automations/discord-create-thread-from-message.automation.ts
Inputs
Required channel ID, message ID, and 1–100 charactername. Optional autoArchiveDuration, rateLimitPerUser, and reason. Optional second argument { account } selects the Discord binding.
Output
Returns the created thread asDiscordChannel.
Discord behavior
RequiresCREATE_PUBLIC_THREADS; the starter message cannot already have a thread.