WebhookChannelMethods
Signature
export declare class WebhookChannelMethods extends DiscordBaseProperties
webhooks: { list: () => Promise<WebhookStructure[]>; create: (body: RESTPostAPIChannelWebhookJSONBody) => Promise<WebhookStructure>;};Methods
static channel(ctx: MethodContext<{ channelId: string;}>): { list: () => Promise<WebhookStructure[]>; create: (body: RESTPostAPIChannelWebhookJSONBody) => Promise<WebhookStructure>;};