MessageGiphyContentParams
data class MessageGiphyContentParams(val message: Message, val currentUser: User?, val onGiphyActionClick: (GiphyAction) -> Unit)
Parameters for ChatComponentFactory.MessageGiphyContent.
Parameters
message
The message containing the Giphy attachment.
currentUser
The currently logged in user.
onGiphyActionClick
Action invoked when a Giphy action is clicked.