format

abstract fun format(message: Message, replyMessage: Message?, currentUser: User?): AnnotatedString

Formats the given message text.

Return

The formatted message text.

Parameters

message

The quoted message to format.

replyMessage

The message that contains the reply.

currentUser

The currently logged in user.