MessageMenuCenterContent

open fun MessageMenuCenterContent(modifier: Modifier, message: Message, messageOptions: List<MessageOptionItemState>, onMessageAction: (MessageAction) -> Unit, ownCapabilities: Set<String>)

Factory method for creating the center content of the SelectedMessageMenu.

Parameters

modifier

The modifier for the center content.

message

The selected message.

messageOptions

List of message options.

ownCapabilities

The capabilities of the current user.