Link Search Menu Expand Document

Constructor: contact

Back to constructors index

A contact of the current user that is registered in the system.

Attributes:

NameTypeRequiredDescription
user_idlongYesUser identifier
mutualBoolYesCurrent user is in the user’s contact list

Type: Contact

Example:

$contact = ['_' => 'contact', 'user_id' => long, 'mutual' => Bool];