getEmoji

suspend fun getEmoji(emojiId: Snowflake): GuildEmoji(source)

Requests the GuildEmoji with the emojiId in the Guild with the given guild id.

Throws

if something went wrong while retrieving the emoji.

if the emoji was null.