Property | Type | Description | |
---|---|---|---|
$firstName | string | User‘s or bot’s first name | |
$id | integer | Unique identifier for this user or bot | |
$lastName | string | Optional. User‘s or bot’s last name | |
$map | array | ||
$requiredParams | array | ||
$username | string | Optional. User‘s or bot’s username |
Method | Description | |
---|---|---|
getFirstName ( ) : string | ||
getId ( ) : integer | ||
getLastName ( ) : string | ||
getUsername ( ) : string | ||
setFirstName ( string $firstName ) | ||
setId ( integer $id ) | ||
setLastName ( string $lastName ) | ||
setUsername ( string $username ) |
protected string $firstName | ||
return | string |
protected string $lastName | ||
return | string |
protected string $username | ||
return | string |