Automatically determines which mention syntax to be used based on the option in the admin dashboard. Also performs display name clean-up automatically.
@"Display name"#UserID or @username
@username
// '@"user"#1'forUser(User) // User is ID 1, display name is 'User' Copy
// '@"user"#1'forUser(User) // User is ID 1, display name is 'User'
// '@username'forUser(user) // User's username is 'username' Copy
// '@username'forUser(user) // User's username is 'username'
Automatically determines which mention syntax to be used based on the option in the admin dashboard. Also performs display name clean-up automatically.
@"Display name"#UserID or
@username