$webhookExists
Checks if a webhook exists using its ID and token. Returns true
if the webhook exists, and false
otherwise.
Usage:
$webhookExists[webhookID;webhookToken]
- webhookID: The ID of the webhook to check.
- webhookToken: The token of the webhook to check.