Discord.Net.Webhook
A client responsible for connecting as a Webhook.
Creates a new Webhook Discord client.
Creates a new Webhook Discord client.
Creates a new Webhook Discord client.
Creates a new Webhook Discord client.
Creates a new Webhook Discord client.
Creates a new Webhook Discord client.
The url of the webhook.
The configuration options to use for this client.
Thrown if the is an invalid format.
Thrown if the is null or whitespace.
Sends a message to the channel for this webhook.
Returns the ID of the created message.
Modifies a message posted using this webhook.
This method can only modify messages that were sent using the same webhook.
ID of the modified message.
A delegate containing the properties to modify the message with.
The options to be used when sending the request.
A task that represents the asynchronous modification operation.
Deletes a message posted using this webhook.
This method can only delete messages that were sent using the same webhook.
ID of the deleted message.
The options to be used when sending the request.
A task that represents the asynchronous deletion operation.
Sends a message to the channel for this webhook with an attachment.
Returns the ID of the created message.
Sends a message to the channel for this webhook with an attachment.
Returns the ID of the created message.
Modifies the properties of this webhook.
Deletes this webhook from Discord and disposes the client.
Properties that are used to modify an Webhook message with the specified changes.
Gets or sets the content of the message.
This must be less than the constant defined by .
Gets or sets the embed array that the message should display.
Gets or sets the allowed mentions of the message.
Gets or sets the components that the message should display.
Could not find a webhook with the supplied credentials.