getEmojiCategory

suspend fun SendbirdChat.getEmojiCategory(emojiCategoryId: Long): EmojiCategory

Requests the emoji category. The result is passed to handler.

Since

4.15.0

Parameters

emojiCategoryId

Emoji category id.


fun SendbirdChat.getEmojiCategory(emojiCategoryId: Long, handler: ResultHandler<EmojiCategory>?)

Requests the emoji category. The result is passed to handler.

Since

4.15.0

Parameters

emojiCategoryId

Emoji category id.

handler

Callback handler.