webhook property

PartialWebhook? webhook

The webhook that sent this message if it was sent by a webhook, null otherwise.

Implementation

PartialWebhook? get webhook => webhookId == null ? null : manager.client.webhooks[webhookId!];