Skip to content

Commit

Permalink
FIX Telegram\Bot\Types\MessageEntity to property Telegram\Bot\Types\P…
Browse files Browse the repository at this point in the history
…oll::$explanation_entities of type array
  • Loading branch information
Stajor committed Mar 15, 2022
1 parent 8156514 commit 1b54f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/Poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Poll extends Type {
public bool $allows_multiple_answers;
public int $correct_option_id;
public string $explanation;
public array $explanation_entities;
public mixed $explanation_entities;
public int $open_period;
public int $close_date;
}

0 comments on commit 1b54f06

Please sign in to comment.