bounce property
If set to true, then the message will be returned if there is an error on the recipient's side.
Implementation
@$pb.TagNumber(1)
$core.bool get bounce => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set bounce($core.bool v) {
$_setBool(0, v);
}