ChatFeedEntry

@Composable
open fun ChatFeedEntry(entry: ChatFeedEntry, content: @Composable () -> Unit)

Allows the developer to define customizable views for each entry type.

Parameters

entry

The ChatFeedEntry to render in the chat feed.

content

The default Composable we provide with the SDK.