mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
784 B
784 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionStartGroupCall | A group call was started | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionStartGroupCall
A group call was started
Attributes:
Name | Type | Required | Description |
---|---|---|---|
call | InputGroupCall | Yes | Group call |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionStartGroupCall = ['_' => 'channelAdminLogEventActionStartGroupCall', 'call' => InputGroupCall];