mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 20:35:23 +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;
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user