Layer 220
InputGroupCall
Points to a specific group call
constructor
inputGroupCall#d8aa840f id:long access_hash:long = InputGroupCall;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Group call ID |
| AccessHash | long | Group call access hash |
Returns
InputGroupCallGogram Example
// Creating InputGroupCall constructor obj := &tg.InputGroupCall{ Id: int64(0), AccessHash: int64(0), }