Layer 220
GroupCallDiscarded
An ended group call
constructor
groupCallDiscarded#7780bcb4 id:long access_hash:long duration:int = GroupCall;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Group call ID |
| AccessHash | long | Group call access hash |
| Duration | int | Group call duration |
Returns
GroupCallGogram Example
// Creating GroupCallDiscarded constructor obj := &tg.GroupCallDiscarded{ Id: int64(0), AccessHash: int64(0), Duration: 0, }