MessageSystem

Renders system type messages inside MessageList. This is the default component for the MessageSystem prop.

System messages inform users about channel changes. They are part of message history and use type: "system". Common scenarios:

Best Practices

  • Keep system messages distinct but unobtrusive.
  • Avoid mixing system messages with user content styling.
  • Don't allow reactions or edits on system messages.
  • Ensure system messages are localized where possible.

Props

PropDescriptionType
messageMessage object.Message type
styleAdditional styles for the system message container.StyleProp<ViewStyle>