Skip to content

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho committed Oct 23, 2023
1 parent 4cd2973 commit fb66791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Telegram/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class User
/**
* User's or bot's first name
*/
protected string $first_name;
protected ?string $first_name;

/**
* Optional. User's or bot's last name
Expand Down

0 comments on commit fb66791

Please sign in to comment.