Table of Contents

Method GetChannelWebhooksAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetChannelWebhooksAsync(ulong)

Gets all webhooks from a channel

public Task<IReadOnlyList<DiscordWebhook>> GetChannelWebhooksAsync(ulong channelId)

Parameters

channelId ulong

Channel ID

Returns

Task<IReadOnlyList<DiscordWebhook>>