Layer 227
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.PhoneCall

Gogram Example

// Creating PhonePhoneCallObj constructor
obj := &tg.PhonePhoneCallObj{
    PhoneCall: &tg.PhoneCall{},
    Users: &tg.VectorUser{},
}