1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 20:35:23 +01:00
This commit is contained in:
Daniil Gentili 2024-09-24 17:31:47 +02:00
parent 4b45fe7612
commit 816af6f29f

View File

@ -58,7 +58,7 @@ abstract class AbstractPoll implements JsonSerializable
public readonly array $recentVoters; public readonly array $recentVoters;
/** Total number of people that voted in the poll */ /** Total number of people that voted in the poll */
public readonly int $totalVoters; public readonly ?int $totalVoters;
/** @internal */ /** @internal */
public function __construct(array $rawPoll) public function __construct(array $rawPoll)