OnUserLongPress typedef
Callback when user long presses on avatar (for @ mention feature)
userID is the user ID of the message sender
displayName is the display name of the message sender
Implementation
typedef OnUserLongPress = void Function(String userID, String displayName);