<ReplyBar>

The <ReplyBar> component is displayed by the <MessageField> when the user is replying to a message. It displays the message that the current user is currently replying to.

interface ReplyBarProps

Properties

A collection of objects which are passed to all Chatbox theme components.

referencedMessage
: MessageSnapshot

The message that's being replied to.

Example

In the default theme, the <ReplyBar> component is implemented as follows:

ReplyBar.js
1// loading...