ReactionMapper

fun interface ReactionMapper

Reaction mapper that maps an emoji code (e.g., :like:) to a real emoji text (👍).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun map(emojiCode: String): String