@doc Whether to show avatars.
@$pb.TagNumber(1) $core.bool get showAvatars => $_getBF(0);
@$pb.TagNumber(1) set showAvatars($core.bool value) => $_setBool(0, value);