mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
810 B
810 B
title | description | nav_exclude | image |
---|---|---|---|
groupCallDiscarded | An ended group call | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: groupCallDiscarded
An ended group call
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Group call ID |
access_hash | long | Yes | Group call access hash |
duration | int | Yes | Group call duration |
Type: GroupCall
Example:
$groupCallDiscarded = ['_' => 'groupCallDiscarded', 'id' => long, 'access_hash' => long, 'duration' => int];