Skip to content

Commit 5ae67d8

Browse files
committed
proto: update to v1016748013
1 parent 061c065 commit 5ae67d8

25 files changed

+2070
-1071
lines changed

proto/waArmadilloXMA/WAArmadilloXMA.pb.go

+57-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
291 Bytes
Binary file not shown.

proto/waArmadilloXMA/WAArmadilloXMA.proto

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ message ExtendedContentMessage {
3232
}
3333

3434
enum ExtendedContentType {
35+
UNSUPPORTED = 0;
3536
IG_STORY_PHOTO_MENTION = 4;
3637
IG_SINGLE_IMAGE_POST_SHARE = 9;
3738
IG_MULTIPOST_SHARE = 10;
@@ -79,6 +80,13 @@ message ExtendedContentMessage {
7980
MSG_AI_CONTACT = 2014;
8081
MSG_MEMORIES_SHARE = 2015;
8182
MSG_SHARED_ALBUM_REPLY = 2016;
83+
MSG_SHARED_ALBUM = 2017;
84+
MSG_OCCAMADILLO_XMA = 2018;
85+
MSG_GEN_AI_SUBSCRIPTION = 2021;
86+
MSG_GEN_AI_REMINDER = 2022;
87+
MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE = 2023;
88+
MSG_NOTE_REPLY = 2024;
89+
MSG_NOTE_MENTION = 2025;
8290
RTC_AUDIO_CALL = 3000;
8391
RTC_VIDEO_CALL = 3001;
8492
RTC_MISSED_AUDIO_CALL = 3002;
@@ -122,4 +130,6 @@ message ExtendedContentMessage {
122130
optional string headerSubtitle = 21;
123131
optional string xmaDataclass = 22;
124132
optional string contentRef = 23;
133+
repeated string mentionedJID = 24;
134+
repeated WACommon.Command commands = 25;
125135
}

proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

proto/waCompanionReg/WAWebProtobufsCompanionReg.proto

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ message DeviceProps {
2828
UWP = 21;
2929
VR = 22;
3030
CLOUD_API = 23;
31+
SMARTGLASSES = 24;
3132
}
3233

3334
message HistorySyncConfig {
@@ -44,6 +45,7 @@ message DeviceProps {
4445
optional bool supportHostedGroupMsg = 11;
4546
optional bool supportFbidBotChatHistory = 12;
4647
optional bool supportAddOnHistorySyncMigration = 13;
48+
optional bool supportMessageAssociation = 14;
4749
}
4850

4951
message AppVersion {

0 commit comments

Comments
 (0)