MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleGroupCallSetting.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];