Instance Method

deleteGuildEmoji(_:emojiId:reason:then:)

Deletes an emoji in a guild

Declaration

func deleteGuildEmoji(_ guildId: Snowflake, emojiId: Snowflake, reason: String, then completion: ((RequestError?) -> Void)? = nil)

Parameters

guildId

ID of the guild the emoji is in

emojiId

ID of the emoji you would like to delete