Layer 220
ChannelAdminLogEventActionToggleGroupCallSetting
Group call settings were changed
constructor
channelAdminLogEventActionToggleGroupCallSetting#56d6a247 join_muted:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| JoinMuted | Bool | Whether all users are muted by default upon joining |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleGroupCallSetting constructor obj := &tg.ChannelAdminLogEventActionToggleGroupCallSetting{ JoinMuted: true, }