Layer 220
InputPhoneCall
Phone call
constructor
inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Call ID |
| AccessHash | long | Access hash |
Returns
InputPhoneCallGogram Example
// Creating InputPhoneCall constructor obj := &tg.InputPhoneCall{ Id: int64(0), AccessHash: int64(0), }