GiphyMessageContent

fun GiphyMessageContent(message: Message, currentUser: User?, modifier: Modifier = Modifier, onGiphyActionClick: (GiphyAction) -> Unit = {})

Represents the content of an ephemeral giphy message.

Parameters

message

The ephemeral giphy message.

currentUser

The current user that's logged in.

modifier

Modifier for styling.

onGiphyActionClick

Handler when the user clicks on action button.