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