Skip to content

Commit 0419cb4

Browse files
committed
proto: update to v1020776899
1 parent daf102b commit 0419cb4

10 files changed

+2660
-1683
lines changed

proto/waCommon/WACommon.pb.go

+127-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waCommon/WACommon.pb.raw

173 Bytes
Binary file not shown.

proto/waCommon/WACommon.proto

+10
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ message SubProtocol {
3939
optional bytes payload = 1;
4040
optional int32 version = 2;
4141
}
42+
43+
message LimitSharing {
44+
enum Trigger {
45+
CHAT_SETTING = 0;
46+
BIZ_SUPPORTS_FB_HOSTING = 1;
47+
}
48+
49+
optional bool sharingLimited = 1;
50+
optional Trigger trigger = 2;
51+
}

0 commit comments

Comments
 (0)