MessageComposerMentionsPopupContent

open fun MessageComposerMentionsPopupContent(mentionSuggestions: List<User>, onMentionSelected: (User) -> Unit)

The default mentions popup content of the message composer. Shown when the user types '@' in the composer, and there are available users that can be mentioned.

Parameters

mentionSuggestions

The list of mention suggestions to show.

onMentionSelected

The action to perform when a mention is selected.