Layer 220
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

InputGroupCall

Gogram Example

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