resource|string $body:
$this
public function embed($body, ?string $name = null, ?string $contentType = null) : static { return $this->addPart((new DataPart($body, $name, $contentType))->asInline()); }