ReplyBar

The ReplyBar component is a subcomponent that is part of all preset themes. It is rendered by the MessageField when the user is replying to a message, to display the referenced message.

Props

Our preset themes pass the following props to the RecordingPreview component. You can change the props it receives by updating the places in the theme where the component is invoked.

NameTypeDescription
messageDataMessageThe message to which the user is replying

Available system components

In our preset themes, the ReplyBar subcomponent is rendered inside the MessageField. System components available to the MessageField are also available in this component.