webhook; } public function setCanSend(bool $canSend): void { $this->canSend = $canSend; } public function canSend(): bool { return $this->canSend; } }