Layer 220
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 InputPhoneCall constructor
obj := &tg.InputPhoneCall{
    Id: int64(0),
    AccessHash: int64(0),
}