Skip to content

Replies

A reply points to an earlier message and contains another encoded content value.

Type ID: xmtp.org/reply:1.0. The payload contains a nested EncodedContent, a message reference, and the referenced sender inbox ID. A text reply fallback is Replied with "…" to an earlier message. shouldPush defaults to true on Browser, Node, Kotlin, and Swift.

FieldMeaning
referenceID of the earlier message
referenceInboxIdInbox ID of the earlier message sender
contentNested encoded content

Decode the nested content recursively with the codec registry. Do not assume that every reply contains text. In the Agent SDK, EnrichedReply.inReplyTo contains the referenced message when it is available.