Post Text to Webhook
Signature
public string DiscordPostTextToWebhook(string webhookUrl, string content, string username, string avatarUrl, bool textToSpeech = false)
Parameters
webhookUrl
string required
No description provided.
content
string required
No description provided.
username
string
No description provided.
avatarUrl
string
No description provided.
textToSpeech
bool
Default:
False
No description provided.
Return Type
string
Example
CPH.DiscordPostTextToWebhook(webhookUrl, content);
CPH.DiscordPostTextToWebhook(webhookUrl, content, username, avatarUrl, textToSpeech);