EmojiMessageContent

fun EmojiMessageContent(messageItem: MessageItemState, modifier: Modifier = Modifier, onLongItemClick: (Message) -> Unit = {}, onGiphyActionClick: (GiphyAction) -> Unit = {}, onQuotedMessageClick: (Message) -> Unit = {}, onMediaGalleryPreviewResult: (MediaGalleryPreviewResult?) -> Unit = {})

Message content when the message consists only of emoji.

Parameters

messageItem

The message item to show the content for.

modifier

Modifier for styling.

onLongItemClick

Handler when the user selects a message, on long tap.

onGiphyActionClick

Handler when the user taps on an action button in a giphy message item.

onQuotedMessageClick

Handler for quoted message click action.

onMediaGalleryPreviewResult

Handler used when the user selects an option in the Media Gallery Preview screen.