getWebhooks method

Stream<Webhook> getWebhooks()

Gets all of the webhooks for this channel.

Implementation

Stream<Webhook> getWebhooks() =>
    client.httpEndpoints.fetchChannelWebhooks(this.id);