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.
1 parent f615826 commit ed9d13bCopy full SHA for ed9d13b
src/Telegram/Update.php
@@ -20,7 +20,7 @@ class Update
20
{
21
private int $method;
22
private ?int $lastUpdateID;
23
- private object $data;
+ private ?object $data;
24
private array $customs = [ ];
25
public bool $ok;
26
public object|array $result;
0 commit comments