We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd1177 + 5d48a49 commit e7eac22Copy full SHA for e7eac22
src/Requests/CreateAPostInAGivenStream.php
@@ -20,7 +20,7 @@ class CreateAPostInAGivenStream extends Request implements HasBody
20
21
public function __construct(
22
protected readonly string $streamId,
23
- protected readonly ?string $text = null,
+ protected readonly string $text,
24
protected readonly ?string $title = null,
25
protected null|array|Collection $labels = null,
26
protected readonly bool $sticky = false,
0 commit comments