getEmoji

suspend fun getEmoji(): List<Emoji>(source)

Get this guild's emoji.

Return

A list of the guild's custom emoji

Throws


suspend fun getEmoji(emojiId: String): Emoji(source)

Get a custom emoji.

Return

The custom emoji.

Parameters

emojiId

The emoji's id.

Throws