Skip to content

Commit 638e14e

Browse files
committed
proto: update to v1019716234
1 parent 918c879 commit 638e14e

16 files changed

+275
-157
lines changed

proto/waArmadilloApplication/WAArmadilloApplication.pb.go

+160-96
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
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ message Armadillo {
154154
optional WAArmadilloXMA.ExtendedContentMessage extendedContentMessage = 5;
155155
}
156156

157+
message MessageHistoryDocumentMessage {
158+
optional WACommon.SubProtocol document = 1;
159+
}
160+
157161
message NetworkVerificationMessage {
158162
optional string codeText = 1;
159163
}
@@ -245,6 +249,7 @@ message Armadillo {
245249
NoteReplyMessage noteReplyMessage = 13;
246250
RavenMessage ravenMessageMsgr = 14;
247251
NetworkVerificationMessage networkVerificationMessage = 15;
252+
MessageHistoryDocumentMessage messageHistoryDocumentMessage = 16;
248253
}
249254
}
250255

proto/waArmadilloXMA/WAArmadilloXMA.pb.go

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

proto/waArmadilloXMA/WAArmadilloXMA.proto

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ message ExtendedContentMessage {
9898
RTC_MISSED_GROUP_VIDEO_CALL = 3007;
9999
RTC_ONGOING_AUDIO_CALL = 3008;
100100
RTC_ONGOING_VIDEO_CALL = 3009;
101+
MSG_RECEIVER_FETCH_FALLBACK = 3025;
101102
DATACLASS_SENDER_COPY = 4000;
102103
}
103104

proto/waE2E/WAWebProtobufsE2E.pb.go

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

proto/waE2E/WAWebProtobufsE2E.pb.raw

222 Bytes
Binary file not shown.

proto/waE2E/WAWebProtobufsE2E.proto

+9-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ enum BotMetricsEntryPoint {
4444
}
4545

4646
enum BotSessionSource {
47+
NONE = 0;
4748
NULL_STATE = 1;
4849
TYPEAHEAD = 2;
4950
USER_INPUT = 3;
@@ -617,7 +618,6 @@ message PeerDataOperationRequestResponseMessage {
617618
optional string title = 2;
618619
optional string description = 3;
619620
optional bytes thumbData = 4;
620-
optional string canonicalURL = 5;
621621
optional string matchText = 6;
622622
optional string previewType = 7;
623623
optional LinkPreviewHighQualityThumbnail hqThumbnail = 8;
@@ -766,6 +766,9 @@ message BotFeedbackMessage {
766766
BOT_FEEDBACK_NEGATIVE_REFUSED = 7;
767767
BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING = 8;
768768
BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT = 9;
769+
BOT_FEEDBACK_NEGATIVE_PERSONALIZED = 10;
770+
BOT_FEEDBACK_NEGATIVE_CLARITY = 11;
771+
BOT_FEEDBACK_NEGATIVE_DOESNT_LOOK_LIKE_THE_PERSON = 12;
769772
}
770773

771774
optional WACommon.MessageKey messageKey = 1;
@@ -841,7 +844,6 @@ message ExtendedTextMessage {
841844

842845
optional string text = 1;
843846
optional string matchedText = 2;
844-
optional string canonicalURL = 4;
845847
optional string description = 5;
846848
optional string title = 6;
847849
optional fixed32 textArgb = 7;
@@ -928,6 +930,7 @@ message ContextInfo {
928930
enum StatusAttributionType {
929931
NONE = 0;
930932
RESHARED_FROM_MENTION = 1;
933+
RESHARED_FROM_POST = 2;
931934
}
932935

933936
message ForwardedNewsletterMessageInfo {
@@ -992,6 +995,7 @@ message ContextInfo {
992995
optional bool cannotBeReactedTo = 1;
993996
optional bool cannotBeRanked = 2;
994997
optional bool canRequestFeedback = 3;
998+
optional bool canBeReshared = 4;
995999
}
9961000

9971001
message DataSharingContext {
@@ -1184,6 +1188,7 @@ message AIRichResponseMessage {
11841188
message AIRichResponseImageURL {
11851189
optional string imagePreviewURL = 1;
11861190
optional string imageHighResURL = 2;
1191+
optional string sourceURL = 3;
11871192
}
11881193

11891194
optional AIRichResponseMessageType messageType = 1;
@@ -1268,6 +1273,8 @@ message BotCapabilityMetadata {
12681273
WA_IG_1P_PLUGIN_RANKING_UPDATE_8 = 18;
12691274
WA_IG_1P_PLUGIN_RANKING_UPDATE_9 = 19;
12701275
WA_IG_1P_PLUGIN_RANKING_UPDATE_10 = 20;
1276+
RICH_RESPONSE_SUB_HEADING = 21;
1277+
RICH_RESPONSE_GRID_IMAGE = 22;
12711278
}
12721279

12731280
repeated BotCapabilityType capabilities = 1;

0 commit comments

Comments
 (0)