Skip to content

Commit

Permalink
Merge pull request #438 from holtkamp/patch-1
Browse files Browse the repository at this point in the history
Add User::getIsBot()
  • Loading branch information
irazasyed committed Sep 16, 2017
2 parents 5b77a09 + 1e6eccc commit 5dabfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Objects/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*
*
* @method int getId() Unique identifier for this user or bot.
* @method bool getIsBot() True, if this user is a bot
* @method string getFirstName() User's or bot's first name.
* @method string getLastName() (Optional). User's or bot's last name.
* @method string getUsername() (Optional). User's or bot's username.
Expand Down

0 comments on commit 5dabfe5

Please sign in to comment.