getEmojiOrNull

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

Requests to get the GuildEmoji represented by the emojiId in this guild, returns null if the GuildEmoji isn't present.

Throws

if anything went wrong during the request.