User
class User extends BaseObject (View source)
Class User
Methods
array
relations()
No description
mixed|BaseObject
get(
mixed $key,
mixed $default = null)
Get an item from the collection by key.
from
BaseObject
int
getId()
Unique identifier for this user or bot.
string
getFirstName()
User's or bot's first name.
string
getLastName()
(Optional). User's or bot's last name.
string
getUsername()
(Optional). User's or bot's username.
Details
in
BaseObject at line 19
__construct(
array|mixed $data)
Builds collection entity.
at line 20
array
relations()
in
BaseObject at line 41
mixed|BaseObject
get(
mixed $key,
mixed $default = null)
Get an item from the collection by key.
in
BaseObject at line 55
array|void
mapRelatives()
Map property relatives to appropriate objects.
in
BaseObject at line 80
array|mixed
getRawResponse()
Returns raw response.
in
BaseObject at line 92
mixed
getRawResult($data)
Returns raw result.
in
BaseObject at line 102
mixed
getStatus()
Get Status of request.
in
BaseObject at line 116
mixed
__call($name, $arguments)
Magic method to get properties dynamically.
at line 15
int
getId()
Unique identifier for this user or bot.
at line 15
string
getFirstName()
User's or bot's first name.
at line 15
string
getLastName()
(Optional). User's or bot's last name.
at line 15
string
getUsername()
(Optional). User's or bot's username.