MessageTextFormatter

fun interface MessageTextFormatter

An interface that allows to format the message text.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun format(message: Message, currentUser: User?): AnnotatedString

Formats the given message text.