547 B
547 B
title | description |
---|---|
contact | contact attributes, type and example |
Constructor: contact
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
mutual | Bool | Yes |
Type: Contact
Example:
$contact = ['_' => 'contact', 'user_id' => int, 'mutual' => Bool, ];
Or, if you're into Lua:
contact={_='contact', user_id=int, mutual=Bool, }