<Channel Reply={CustomReply} />Reply
Reply renders the quoted parent message preview inside MessageList.
Best Practices
- Keep reply previews concise to avoid cluttering the message list.
- Ensure the preview clearly references the quoted message.
- Use consistent styling with the rest of message bubbles.
- Handle missing quoted messages gracefully.
- Override via the
Channelprop rather than modifying internals.
Replace it via the Reply prop on Channel.
Props
editing
message
Message object.
| Type |
|---|
Message type |
quotedMessage
UI Component Props
FileAttachmentIcon
Renders the file icon for file attachments.
| Type | Default |
|---|---|
| ComponentType | FileIcon |
MessageAvatar
Renders the sender avatar in MessageList. Only shown for other users’ messages.
| Type | Default |
|---|---|
| ComponentType | MessageAvatar |