ReferencedMessage

The ReferencedMessage component is a subcomponent that is part of all preset themes. It is used to render the contents of the message you replied to.

Props

Our preset themes pass the following props to the ReferencedMessage component. You can change the props it receives by updating the place it is invoked inside MessageBody.

NameTypeDescription
bodyMessage.bodyThe body of the message
senderUserThe sender of the message

Available system components

All preset themes render the ReferencedMessage inside the MessageBody which is subsequently rendered inside the UserMessage and SystemMessage components. Look at their documentation to see the available system components.