getGuildRoles

open override fun getGuildRoles(guildId: Snowflake): Flow<Role>(source)

Requests the roles of the Guild with the given guildId.

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