mention

inline fun mention(vararg parts: TextSource): MentionTextSource
inline fun mention(whoToMention: Username): MentionTextSource
inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource
inline fun mention(text: String, user: User): TextMentionTextSource
inline fun mention(text: String, userId: UserId): TextMentionTextSource


inline fun mention(whoToMention: String): MentionTextSource

Without leading "@"