getChannelWebhooks

open override fun getChannelWebhooks(channelId: Snowflake): Flow<Webhook>(source)

Requests the webhooks of the MessageChannel with the given channelId.

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