emojiCode

abstract fun emojiCode(type: String): String?

Returns the emoji code for the given reaction type, or null if the type is not supported.

Return

The emoji code for the reaction, or null if unsupported.

Parameters

type

The reaction type (e.g. "like", "love", "haha").