Contact
class Contact extends BaseObject (View source)
Class Contact.
Methods
array
relations()
Property relations.
mixed|BaseObject
get(
mixed $key,
mixed $default = null)
Get an item from the collection by key.
from
BaseObject
string
getPhoneNumber()
Contact's phone number.
string
getFirstName()
Contact's first name.
string
getLastName()
(Optional). Contact's last name.
int
getUserId()
(Optional). Contact's user identifier in Telegram.
Details
in
BaseObject at line 17
__construct(
array|mixed $data)
Builds collection entity.
at line 19
array
relations()
Property relations.
in
BaseObject at line 39
mixed|BaseObject
get(
mixed $key,
mixed $default = null)
Get an item from the collection by key.
in
BaseObject at line 53
array|void
mapRelatives()
Map property relatives to appropriate objects.
in
BaseObject at line 83
array|mixed
getRawResponse()
Returns raw response.
in
BaseObject at line 95
mixed
getRawResult($data)
Returns raw result.
in
BaseObject at line 105
mixed
getStatus()
Get Status of request.
in
BaseObject at line 118
mixed
__call($name, $arguments)
Magic method to get properties dynamically.
at line 14
string
getPhoneNumber()
Contact's phone number.
at line 14
string
getFirstName()
Contact's first name.
at line 14
string
getLastName()
(Optional). Contact's last name.
at line 14
int
getUserId()
(Optional). Contact's user identifier in Telegram.