Table of Contents

Method GetGuildWebhooksAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetGuildWebhooksAsync(ulong)

Gets all webhooks from a guild

public Task<IReadOnlyList<DiscordWebhook>> GetGuildWebhooksAsync(ulong guildId)

Parameters

guildId ulong

Guild ID

Returns

Task<IReadOnlyList<DiscordWebhook>>