getGuildChannels

open override fun getGuildChannels(guildId: Snowflake): Flow<TopGuildChannel>(source)

Requests the channels of the Guild with the given guildId, channels with an Unknown type will be filtered out of the list.

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