DiscordDefaultWebhook
Last updated
Was this helpful?
Last updated
Was this helpful?
Namespace: Discord
Name
Description
Type
Token
The webhook's token
string
Please note that this constructor should only be used if you're not admin of the parent server. If you are, just call GetWebhook() on your existing client.
Name
Description
Type
webhookId
ID of the webhook
ulong
token
The webhook's token
string
Sends a message through the webhook.
Name
Description
Type
content
The contents of the message
string
embed
The embed to include in the message
DiscordEmbed?
profile
The profile to use for this specific message
DiscordWebhookProfile