DiscordWebhook

Namespace: Discord

Properties

Name

Description

Type

Id

ID of the webhook

ulong

Type

Type of the webhook

DiscordWebhookType

Name

The webhook's name

string

Avatar

The webhook's avatar

DiscordCDNImage?

Creator

The user who created this webhook. Only populated when calling GetWebhooks()

DiscordUser

ChannelId

ID of the channel the webhook sends messages to

ulong?

GuildId

ID of the guild that contains the channel the webhook sends messages to

ulong

Methods

Update

Updates the object's information.

Modify

Modifies the webhook.

Parameters

Name

Description

Type

properties

The values to change

DiscordWebhookProperties

Delete

Deletes the webhook.-

Last updated