MessageComposerMentionSuggestionItem

open fun MessageComposerMentionSuggestionItem(user: User, onMentionSelected: (User) -> Unit)

The default mention suggestion item of the message composer.

Used in MessageComposerMentionsPopupContent.

Parameters

user

The user for which the suggestion is rendered.

onMentionSelected

The action to perform when the mention is selected.