getGuildWebhooks

open override fun getGuildWebhooks(guildId: Snowflake): Flow<Webhook>(source)

Requests the webhooks of the Guild with the given guildId.

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