mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
856 B
856 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionToggleGroupCallSetting | Group call settings were changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionToggleGroupCallSetting
Group call settings were changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
join_muted | Bool | Yes | Whether all users are muted by default upon joining |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionToggleGroupCallSetting = ['_' => 'channelAdminLogEventActionToggleGroupCallSetting', 'join_muted' => Bool];