getEmojiOrNull
open suspend override fun getEmojiOrNull(guildId: Snowflake, emojiId: Snowflake): GuildEmoji?(source)
Requests the GuildEmoji with the emojiId in the Guild wit the given guildId, returns null when the emoji isn't present.
Throws
RequestException
if something went wrong while retrieving the emoji.