Layer 227
PhonePhoneCallObj
A Vo IP phone call
constructor
phone.phoneCall#ec82e140 phone_call:PhoneCall users:Vector<User> = phone.PhoneCall;
Parameters
| Name | Type | Description |
|---|---|---|
| PhoneCall | PhoneCall | The Vo IP phone call |
| Users | Vector < User > | Vo IP phone call participants |
Returns
phone.PhoneCallGogram Example
// Creating PhonePhoneCallObj constructor obj := &tg.PhonePhoneCallObj{ PhoneCall: &tg.PhoneCall{}, Users: &tg.VectorUser{}, }