Layer 224
constructor
phoneCallEmpty#5366c915 id:long = PhoneCall;

Parameters

Name Type Description
Id long Call ID

Returns

PhoneCall

Gogram Example

// Creating PhoneCallEmpty constructor
obj := &tg.PhoneCallEmpty{
    Id: int64(1234567890),
}