App Logo
discord.com

reply_to_message

Reply to a specific Discord message, addressed by its own url. Unlike discord.com/post_message, this creates a proper reply — visible as a reference to the original message rather than a plain new post in the channel. Returns the new message's id, channel id, timestamp and content, plus the id of the message it replied to.

Input

message required

The reply text. Discord's own limit is 2000 characters.

messageUrl required

Full url of the message to reply to, e.g. https://discord.com/channels/<guildId>/<channelId>/<messageId>. discord.com/read_messages or discord.com/search_messages return the ids to build one.

Output

sent required
channelId required
repliedTo required

The id of the message this replied to, as Discord's own response records it.

content optional
messageId optional
timestamp optional

Start building not clicking