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.

Constructors

Link copied to clipboard
constructor(message: Message, currentUser: User?, onGiphyActionClick: (GiphyAction) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard