663 B
663 B
title | description |
---|---|
phone.phoneCall | phone_phoneCall attributes, type and example |
Constructor: phone.phoneCall
Attributes:
Name | Type | Required |
---|---|---|
phone_call | PhoneCall | Yes |
users | Array of User | Yes |
Type: phone_PhoneCall
Example:
$phone_phoneCall = ['_' => 'phone.phoneCall', 'phone_call' => PhoneCall, 'users' => [User], ];
Or, if you're into Lua:
phone_phoneCall={_='phone.phoneCall', phone_call=PhoneCall, users={User}, }