includeLeave ??= false; } public function jsonSerialize(): array { return array_filter([ "account_data" => $this->accountData, "ephemeral" => $this->ephemeral, "include_leave" => $this->includeLeave, "not_rooms" => $this->notRooms, "rooms" => $this->rooms, "state" => $this->state, "timeline" => $this->timeline, ], fn ($value) => ! is_null($value)); } }