sendBell property
CannedMessageModule also sends a bell character with the messages. ExternalNotificationModule can benefit from this feature.
Implementation
@$pb.TagNumber(11)
$core.bool get sendBell => $_getBF(10);
Implementation
@$pb.TagNumber(11)
set sendBell($core.bool value) => $_setBool(10, value);