- API ›
- Constructors ›
- ChannelAdminLogEventActionToggleGroupCallSetting
ChannelAdminLogEventActionToggleGroupCallSetting
---types--- channelAdminLogEventActionToggleGroupCallSetting#56d6a247 join_muted:Bool = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionToggleGroupCallSetting(v) = result { ... }
Parameters
| join_muted | Bool | required |