commitEditSettings property
Commits an open transaction for any edits made to config, module config, owner, and channel settings
Implementation
@$pb.TagNumber(65)
$core.bool get commitEditSettings => $_getBF(44);
Implementation
@$pb.TagNumber(65)
set commitEditSettings($core.bool value) => $_setBool(44, value);