mentionOtherMemberInGroup method
Mention or @ other members in a group manually.
This function solely works when TIMUIKitChatController
is specified for use within a TIMUIKitChat
.
Implementation
void mentionOtherMemberInGroup(
{required String showNameInMessage, required String userID}) {
textFieldController?.longPressToAt(showNameInMessage, userID);
}