mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
846 B
846 B
title | description | nav_exclude | image |
---|---|---|---|
updateGroupCall | A new groupcall was started | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateGroupCall
A new groupcall was started
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | The channel/supergroup where this group call or livestream takes place |
call | GroupCall | Yes | Info about the group call or livestream |
Type: Update
Example:
$updateGroupCall = ['_' => 'updateGroupCall', 'chat_id' => long, 'call' => GroupCall];