Enable limit sharing with bot😃// Code:
^ const { proto } = require("
@zeppeliorg/wbails");
await WaSocket.relayMessage(m.chat, {
limitSharingMessage: {
message: {
protocolMessage: {
type: proto.Message.ProtocolMessage.Type.LIMIT_SHARING,
limitSharing: {
sharingLimited: true, // false to disable
trigger: 1, // 3 for group
initiatedByMe: true
}
}
}
}
}, {})
(@XzC_Information : @XzC_Exposed)