Layer 224
constructor
inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall;

Parameters

Name Type Description
Id long Call ID
AccessHash long Access hash

Returns

InputPhoneCall

Gogram Example

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