mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:45:01 +01:00
bugfix
This commit is contained in:
parent
4b45fe7612
commit
816af6f29f
@ -58,7 +58,7 @@ abstract class AbstractPoll implements JsonSerializable
|
||||
public readonly array $recentVoters;
|
||||
|
||||
/** Total number of people that voted in the poll */
|
||||
public readonly int $totalVoters;
|
||||
public readonly ?int $totalVoters;
|
||||
|
||||
/** @internal */
|
||||
public function __construct(array $rawPoll)
|
||||
|
Loading…
Reference in New Issue
Block a user