Skip to main content
Version: v3

FileAttachmentGroup

Component to render a group of file attachments within the MessageList.

This is the default component provided to the prop FileAttachmentGroup on the Channel component.

Props

required
messageId

Id of the current message.

Type
string

overrides the value from MessageContext
files

Array of file type attachments to be shown in the grouped UI component.

const files = message.attachments.filter(a => a.type === 'file');
Type
array

Did you find this page helpful?