Back to constructors index
A contact of the current user that is registered in the system.
Attributes:
| Name | Type | Required | Description |
|---|
| user_id | long | Yes | User identifier |
| mutual | Bool | Yes | Current user is in the user’s contact list |
Example:
$contact = ['_' => 'contact', 'user_id' => long, 'mutual' => Bool];