mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
779 B
779 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionGroupCall | The group call has ended | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionGroupCall
The group call has ended
Attributes:
Name | Type | Required | Description |
---|---|---|---|
call | InputGroupCall | Yes | Group call |
duration | int | Optional | Group call duration |
Type: MessageAction
Example:
$messageActionGroupCall = ['_' => 'messageActionGroupCall', 'call' => InputGroupCall, 'duration' => int];