Skip to content

Commit 0670562

Browse files
committed
proto: update to v1021018791
1 parent e7e263b commit 0670562

34 files changed

+3058
-2204
lines changed

proto/waArmadilloApplication/WAArmadilloApplication.pb.go

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

proto/waArmadilloApplication/WAArmadilloApplication.proto

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ message Armadillo {
5050
}
5151

5252
message ApplicationData {
53+
message MessageHistoryDocumentMessage {
54+
optional WACommon.SubProtocol document = 1;
55+
}
56+
5357
message AIBotResponseMessage {
5458
optional string summonToken = 1;
5559
optional string messageText = 2;
@@ -118,6 +122,7 @@ message Armadillo {
118122
oneof applicationData {
119123
MetadataSyncNotification metadataSync = 1;
120124
AIBotResponseMessage aiBotResponse = 2;
125+
MessageHistoryDocumentMessage messageHistoryDocumentMessage = 3;
121126
}
122127
}
123128

@@ -154,10 +159,6 @@ message Armadillo {
154159
optional WAArmadilloXMA.ExtendedContentMessage extendedContentMessage = 5;
155160
}
156161

157-
message MessageHistoryDocumentMessage {
158-
optional WACommon.SubProtocol document = 1;
159-
}
160-
161162
message NetworkVerificationMessage {
162163
optional string codeText = 1;
163164
}
@@ -249,7 +250,6 @@ message Armadillo {
249250
NoteReplyMessage noteReplyMessage = 13;
250251
RavenMessage ravenMessageMsgr = 14;
251252
NetworkVerificationMessage networkVerificationMessage = 15;
252-
MessageHistoryDocumentMessage messageHistoryDocumentMessage = 16;
253253
}
254254
}
255255

proto/waArmadilloXMA/WAArmadilloXMA.pb.go

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

proto/waArmadilloXMA/WAArmadilloXMA.proto

+1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ message ExtendedContentMessage {
136136
optional string contentRef = 23;
137137
repeated string mentionedJID = 24;
138138
repeated WACommon.Command commands = 25;
139+
repeated WACommon.Mention mentions = 26;
139140
}

0 commit comments

Comments
 (0)