getEmojis

open override fun getEmojis(guildId: Snowflake): Flow<GuildEmoji>(source)

Requests the guild emojis of the Guild with the given guildId.

The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.