getEmojiOrNull

suspend fun getEmojiOrNull(emojiId: Snowflake): GuildEmoji?(source)

Requests the GuildEmoji with the emojiId in the Guild with the given guild id, returns null when the emoji isn't present.

Throws

if something went wrong while retrieving the emoji.