Skip to content

Commit

Permalink
FIX MessageEntity to property Message::$entities of type ?array
Browse files Browse the repository at this point in the history
  • Loading branch information
Stajor committed Mar 13, 2022
1 parent 53e8186 commit dbdd2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Message extends Type {
public ?string $media_group_id = null;
public ?string $author_signature = null;
public ?string $text = null;
public ?array $entities = null;
public ?MessageEntity $entities = null;
public ?Animation $animation = null;
public ?Audio $audio = null;
public ?Document $document = null;
Expand Down

0 comments on commit dbdd2e7

Please sign in to comment.