discord.replyToMessage send a Discord message that references another message.
automations/discord-reply-to-message.automation.ts
Inputs
RequiredchannelId, messageId, and content. failIfNotExists defaults to true; tts and suppressEmbeds are optional. Optional second argument { account } selects the Discord binding.
Output
Returns the created replyDiscordMessage.
Discord behavior
The referenced message must be in the same channel unlessfailIfNotExists is disabled.