isByWebhook property

bool isByWebhook

True if message is sent by a webhook

Implementation

bool get isByWebhook => author is Webhook;