@periskope/baileys 7.0.0-beta-3 → 7.0.0-rc5-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/WAProto/GenerateStatics.sh +2 -2
- package/WAProto/WAProto.proto +289 -289
- package/WAProto/index.js +44705 -125364
- package/lib/Defaults/index.d.ts +7 -2
- package/lib/Defaults/index.d.ts.map +1 -1
- package/lib/Defaults/index.js +14 -7
- package/lib/Defaults/index.js.map +1 -1
- package/lib/Signal/Group/group_cipher.d.ts +1 -2
- package/lib/Signal/Group/group_cipher.d.ts.map +1 -1
- package/lib/Signal/Group/group_cipher.js +29 -41
- package/lib/Signal/Group/group_cipher.js.map +1 -1
- package/lib/Signal/Group/keyhelper.d.ts.map +1 -1
- package/lib/Signal/Group/keyhelper.js +0 -1
- package/lib/Signal/Group/keyhelper.js.map +1 -1
- package/lib/Signal/Group/queue-job.d.ts +0 -1
- package/lib/Signal/Group/queue-job.d.ts.map +1 -1
- package/lib/Signal/Group/queue-job.js +0 -3
- package/lib/Signal/Group/queue-job.js.map +1 -1
- package/lib/Signal/Group/sender-chain-key.d.ts +1 -1
- package/lib/Signal/Group/sender-chain-key.d.ts.map +1 -1
- package/lib/Signal/Group/sender-chain-key.js +1 -7
- package/lib/Signal/Group/sender-chain-key.js.map +1 -1
- package/lib/Signal/Group/sender-key-distribution-message.js +2 -2
- package/lib/Signal/Group/sender-key-distribution-message.js.map +1 -1
- package/lib/Signal/Group/sender-key-message.d.ts.map +1 -1
- package/lib/Signal/Group/sender-key-message.js +0 -1
- package/lib/Signal/Group/sender-key-message.js.map +1 -1
- package/lib/Signal/Group/sender-key-record.d.ts +1 -1
- package/lib/Signal/Group/sender-key-record.d.ts.map +1 -1
- package/lib/Signal/Group/sender-key-record.js +2 -11
- package/lib/Signal/Group/sender-key-record.js.map +1 -1
- package/lib/Signal/Group/sender-key-state.d.ts +4 -4
- package/lib/Signal/Group/sender-key-state.d.ts.map +1 -1
- package/lib/Signal/Group/sender-key-state.js +21 -41
- package/lib/Signal/Group/sender-key-state.js.map +1 -1
- package/lib/Signal/Group/sender-message-key.d.ts.map +1 -1
- package/lib/Signal/Group/sender-message-key.js +0 -1
- package/lib/Signal/Group/sender-message-key.js.map +1 -1
- package/lib/Signal/libsignal.d.ts +8 -3
- package/lib/Signal/libsignal.d.ts.map +1 -1
- package/lib/Signal/libsignal.js +199 -138
- package/lib/Signal/libsignal.js.map +1 -1
- package/lib/Signal/lid-mapping.d.ts +8 -3
- package/lib/Signal/lid-mapping.d.ts.map +1 -1
- package/lib/Signal/lid-mapping.js +136 -48
- package/lib/Signal/lid-mapping.js.map +1 -1
- package/lib/Socket/business.d.ts +19 -13
- package/lib/Socket/business.d.ts.map +1 -1
- package/lib/Socket/chats.d.ts +8 -7
- package/lib/Socket/chats.d.ts.map +1 -1
- package/lib/Socket/chats.js +16 -19
- package/lib/Socket/chats.js.map +1 -1
- package/lib/Socket/communities.d.ts +30 -13
- package/lib/Socket/communities.d.ts.map +1 -1
- package/lib/Socket/communities.js +38 -2
- package/lib/Socket/communities.js.map +1 -1
- package/lib/Socket/groups.d.ts +8 -7
- package/lib/Socket/groups.d.ts.map +1 -1
- package/lib/Socket/groups.js +15 -11
- package/lib/Socket/groups.js.map +1 -1
- package/lib/Socket/index.d.ts +30 -13
- package/lib/Socket/index.d.ts.map +1 -1
- package/lib/Socket/index.js +1 -0
- package/lib/Socket/index.js.map +1 -1
- package/lib/Socket/messages-recv.d.ts +21 -15
- package/lib/Socket/messages-recv.d.ts.map +1 -1
- package/lib/Socket/messages-recv.js +458 -314
- package/lib/Socket/messages-recv.js.map +1 -1
- package/lib/Socket/messages-send.d.ts +17 -14
- package/lib/Socket/messages-send.d.ts.map +1 -1
- package/lib/Socket/messages-send.js +235 -389
- package/lib/Socket/messages-send.js.map +1 -1
- package/lib/Socket/newsletter.d.ts +10 -10
- package/lib/Socket/newsletter.d.ts.map +1 -1
- package/lib/Socket/newsletter.js +3 -1
- package/lib/Socket/newsletter.js.map +1 -1
- package/lib/Socket/socket.d.ts +10 -1
- package/lib/Socket/socket.d.ts.map +1 -1
- package/lib/Socket/socket.js +159 -55
- package/lib/Socket/socket.js.map +1 -1
- package/lib/Socket/usync.d.ts +2 -2
- package/lib/Types/Auth.d.ts +7 -1
- package/lib/Types/Auth.d.ts.map +1 -1
- package/lib/Types/Chat.d.ts +2 -0
- package/lib/Types/Chat.d.ts.map +1 -1
- package/lib/Types/Contact.d.ts +4 -4
- package/lib/Types/Contact.d.ts.map +1 -1
- package/lib/Types/Events.d.ts +8 -5
- package/lib/Types/Events.d.ts.map +1 -1
- package/lib/Types/GroupMetadata.d.ts +7 -4
- package/lib/Types/GroupMetadata.d.ts.map +1 -1
- package/lib/Types/Message.d.ts +15 -11
- package/lib/Types/Message.d.ts.map +1 -1
- package/lib/Types/Message.js +5 -1
- package/lib/Types/Message.js.map +1 -1
- package/lib/Types/Signal.d.ts +13 -15
- package/lib/Types/Signal.d.ts.map +1 -1
- package/lib/Types/Socket.d.ts +28 -13
- package/lib/Types/Socket.d.ts.map +1 -1
- package/lib/Types/Socket.js.map +1 -1
- package/lib/Utils/auth-utils.d.ts +2 -2
- package/lib/Utils/auth-utils.d.ts.map +1 -1
- package/lib/Utils/auth-utils.js +178 -111
- package/lib/Utils/auth-utils.js.map +1 -1
- package/lib/Utils/browser-utils.d.ts +4 -0
- package/lib/Utils/browser-utils.d.ts.map +1 -0
- package/lib/Utils/browser-utils.js +28 -0
- package/lib/Utils/browser-utils.js.map +1 -0
- package/lib/Utils/chat-utils.d.ts +6 -7
- package/lib/Utils/chat-utils.d.ts.map +1 -1
- package/lib/Utils/chat-utils.js +2 -2
- package/lib/Utils/chat-utils.js.map +1 -1
- package/lib/Utils/crypto.d.ts +3 -3
- package/lib/Utils/crypto.d.ts.map +1 -1
- package/lib/Utils/crypto.js +16 -12
- package/lib/Utils/crypto.js.map +1 -1
- package/lib/Utils/decode-wa-message.d.ts +8 -2
- package/lib/Utils/decode-wa-message.d.ts.map +1 -1
- package/lib/Utils/decode-wa-message.js +67 -31
- package/lib/Utils/decode-wa-message.js.map +1 -1
- package/lib/Utils/event-buffer.d.ts +0 -1
- package/lib/Utils/event-buffer.d.ts.map +1 -1
- package/lib/Utils/event-buffer.js +63 -18
- package/lib/Utils/event-buffer.js.map +1 -1
- package/lib/Utils/generics.d.ts +5 -7
- package/lib/Utils/generics.d.ts.map +1 -1
- package/lib/Utils/generics.js +56 -43
- package/lib/Utils/generics.js.map +1 -1
- package/lib/Utils/history.d.ts +6 -7
- package/lib/Utils/history.d.ts.map +1 -1
- package/lib/Utils/history.js +1 -2
- package/lib/Utils/history.js.map +1 -1
- package/lib/Utils/index.d.ts +2 -0
- package/lib/Utils/index.d.ts.map +1 -1
- package/lib/Utils/index.js +2 -0
- package/lib/Utils/index.js.map +1 -1
- package/lib/Utils/link-preview.d.ts +1 -2
- package/lib/Utils/link-preview.d.ts.map +1 -1
- package/lib/Utils/link-preview.js +1 -4
- package/lib/Utils/link-preview.js.map +1 -1
- package/lib/Utils/logger.d.ts +2 -1
- package/lib/Utils/logger.d.ts.map +1 -1
- package/lib/Utils/messages-media.d.ts +11 -9
- package/lib/Utils/messages-media.d.ts.map +1 -1
- package/lib/Utils/messages-media.js +43 -22
- package/lib/Utils/messages-media.js.map +1 -1
- package/lib/Utils/messages.d.ts +4 -4
- package/lib/Utils/messages.d.ts.map +1 -1
- package/lib/Utils/messages.js +26 -12
- package/lib/Utils/messages.js.map +1 -1
- package/lib/Utils/pre-key-manager.d.ts +28 -0
- package/lib/Utils/pre-key-manager.d.ts.map +1 -0
- package/lib/Utils/pre-key-manager.js +106 -0
- package/lib/Utils/pre-key-manager.js.map +1 -0
- package/lib/Utils/process-message.d.ts +8 -8
- package/lib/Utils/process-message.d.ts.map +1 -1
- package/lib/Utils/process-message.js +65 -21
- package/lib/Utils/process-message.js.map +1 -1
- package/lib/Utils/proto-utils.d.ts +7 -0
- package/lib/Utils/proto-utils.d.ts.map +1 -0
- package/lib/Utils/proto-utils.js +7 -0
- package/lib/Utils/proto-utils.js.map +1 -0
- package/lib/Utils/signal.d.ts +4 -4
- package/lib/Utils/signal.d.ts.map +1 -1
- package/lib/Utils/signal.js +15 -6
- package/lib/Utils/signal.js.map +1 -1
- package/lib/Utils/validate-connection.d.ts.map +1 -1
- package/lib/Utils/validate-connection.js +43 -14
- package/lib/Utils/validate-connection.js.map +1 -1
- package/lib/WABinary/decode.d.ts.map +1 -1
- package/lib/WABinary/decode.js +12 -2
- package/lib/WABinary/decode.js.map +1 -1
- package/lib/WABinary/generic-utils.js +1 -1
- package/lib/WABinary/generic-utils.js.map +1 -1
- package/lib/WABinary/jid-utils.d.ts +18 -6
- package/lib/WABinary/jid-utils.d.ts.map +1 -1
- package/lib/WABinary/jid-utils.js +52 -8
- package/lib/WABinary/jid-utils.js.map +1 -1
- package/lib/WAM/constants.d.ts +1 -1
- package/lib/WAM/constants.d.ts.map +1 -1
- package/lib/WAM/constants.js +18516 -10904
- package/lib/WAM/constants.js.map +1 -1
- package/lib/WAM/encode.d.ts.map +1 -1
- package/lib/WAM/encode.js +0 -1
- package/lib/WAM/encode.js.map +1 -1
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts +2 -1
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts.map +1 -1
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.js +10 -2
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.js.map +1 -1
- package/lib/WAUSync/USyncQuery.d.ts +1 -1
- package/lib/WAUSync/USyncQuery.d.ts.map +1 -1
- package/lib/WAUSync/USyncQuery.js +23 -20
- package/lib/WAUSync/USyncQuery.js.map +1 -1
- package/package.json +12 -10
package/WAProto/WAProto.proto
CHANGED
|
@@ -59,7 +59,7 @@ message AIRichResponseMessage {
|
|
|
59
59
|
optional AIRichResponseMessage.AIRichResponseCodeMetadata.AIRichResponseCodeHighlightType highlightType = 1;
|
|
60
60
|
optional string codeContent = 2;
|
|
61
61
|
}
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
enum AIRichResponseCodeHighlightType {
|
|
64
64
|
AI_RICH_RESPONSE_CODE_HIGHLIGHT_DEFAULT = 0;
|
|
65
65
|
AI_RICH_RESPONSE_CODE_HIGHLIGHT_KEYWORD = 1;
|
|
@@ -69,7 +69,7 @@ message AIRichResponseMessage {
|
|
|
69
69
|
AI_RICH_RESPONSE_CODE_HIGHLIGHT_COMMENT = 5;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
|
|
73
73
|
message AIRichResponseContentItemsMetadata {
|
|
74
74
|
repeated AIRichResponseContentItemMetadata itemsMetadata = 1;
|
|
75
75
|
optional ContentType contentType = 2;
|
|
@@ -78,20 +78,20 @@ message AIRichResponseMessage {
|
|
|
78
78
|
AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem reelItem = 1;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
|
|
81
|
+
|
|
82
82
|
message AIRichResponseReelItem {
|
|
83
83
|
optional string title = 1;
|
|
84
84
|
optional string profileIconUrl = 2;
|
|
85
85
|
optional string thumbnailUrl = 3;
|
|
86
86
|
optional string videoUrl = 4;
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
|
|
89
89
|
enum ContentType {
|
|
90
90
|
DEFAULT = 0;
|
|
91
91
|
CAROUSEL = 1;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
|
|
94
|
+
|
|
95
95
|
message AIRichResponseDynamicMetadata {
|
|
96
96
|
optional AIRichResponseDynamicMetadataType type = 1;
|
|
97
97
|
optional uint64 version = 2;
|
|
@@ -103,18 +103,18 @@ message AIRichResponseMessage {
|
|
|
103
103
|
AI_RICH_RESPONSE_DYNAMIC_METADATA_TYPE_GIF = 2;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
message AIRichResponseGridImageMetadata {
|
|
108
108
|
optional AIRichResponseMessage.AIRichResponseImageURL gridImageUrl = 1;
|
|
109
109
|
repeated AIRichResponseMessage.AIRichResponseImageURL imageUrls = 2;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
|
|
112
112
|
message AIRichResponseImageURL {
|
|
113
113
|
optional string imagePreviewUrl = 1;
|
|
114
114
|
optional string imageHighResUrl = 2;
|
|
115
115
|
optional string sourceUrl = 3;
|
|
116
116
|
}
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
message AIRichResponseInlineImageMetadata {
|
|
119
119
|
optional AIRichResponseMessage.AIRichResponseImageURL imageUrl = 1;
|
|
120
120
|
optional string imageText = 2;
|
|
@@ -126,7 +126,7 @@ message AIRichResponseMessage {
|
|
|
126
126
|
AI_RICH_RESPONSE_IMAGE_LAYOUT_CENTER_ALIGNED = 2;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
|
|
129
|
+
|
|
130
130
|
message AIRichResponseLatexMetadata {
|
|
131
131
|
optional string text = 1;
|
|
132
132
|
repeated AIRichResponseLatexExpression expressions = 2;
|
|
@@ -141,9 +141,9 @@ message AIRichResponseMessage {
|
|
|
141
141
|
optional double imageBottomPadding = 8;
|
|
142
142
|
optional double imageTrailingPadding = 9;
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
|
|
145
145
|
}
|
|
146
|
-
|
|
146
|
+
|
|
147
147
|
message AIRichResponseMapMetadata {
|
|
148
148
|
optional double centerLatitude = 1;
|
|
149
149
|
optional double centerLongitude = 2;
|
|
@@ -158,9 +158,9 @@ message AIRichResponseMessage {
|
|
|
158
158
|
optional string title = 4;
|
|
159
159
|
optional string body = 5;
|
|
160
160
|
}
|
|
161
|
-
|
|
161
|
+
|
|
162
162
|
}
|
|
163
|
-
|
|
163
|
+
|
|
164
164
|
enum AIRichResponseMessageType {
|
|
165
165
|
AI_RICH_RESPONSE_TYPE_UNKNOWN = 0;
|
|
166
166
|
AI_RICH_RESPONSE_TYPE_STANDARD = 1;
|
|
@@ -177,7 +177,7 @@ message AIRichResponseMessage {
|
|
|
177
177
|
optional AIRichResponseMessage.AIRichResponseMapMetadata mapMetadata = 9;
|
|
178
178
|
optional AIRichResponseMessage.AIRichResponseContentItemsMetadata contentItemsMetadata = 10;
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
|
|
181
181
|
enum AIRichResponseSubMessageType {
|
|
182
182
|
AI_RICH_RESPONSE_UNKNOWN = 0;
|
|
183
183
|
AI_RICH_RESPONSE_GRID_IMAGE = 1;
|
|
@@ -196,13 +196,13 @@ message AIRichResponseMessage {
|
|
|
196
196
|
repeated string items = 1;
|
|
197
197
|
optional bool isHeading = 2;
|
|
198
198
|
}
|
|
199
|
-
|
|
199
|
+
|
|
200
200
|
}
|
|
201
|
-
|
|
201
|
+
|
|
202
202
|
message AIRichResponseUnifiedResponse {
|
|
203
203
|
optional bytes data = 1;
|
|
204
204
|
}
|
|
205
|
-
|
|
205
|
+
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
message Account {
|
|
@@ -513,7 +513,7 @@ message BotProgressIndicatorMetadata {
|
|
|
513
513
|
optional string sourceUrl = 3;
|
|
514
514
|
optional string favIconUrl = 4;
|
|
515
515
|
}
|
|
516
|
-
|
|
516
|
+
|
|
517
517
|
message BotPlanningSearchSourcesMetadata {
|
|
518
518
|
optional string sourceTitle = 1;
|
|
519
519
|
optional BotPlanningSearchSourceProvider provider = 2;
|
|
@@ -525,13 +525,13 @@ message BotProgressIndicatorMetadata {
|
|
|
525
525
|
BING = 3;
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
|
|
528
|
+
|
|
529
529
|
message BotPlanningStepSectionMetadata {
|
|
530
530
|
optional string sectionTitle = 1;
|
|
531
531
|
optional string sectionBody = 2;
|
|
532
532
|
repeated BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata sourcesMetadata = 3;
|
|
533
533
|
}
|
|
534
|
-
|
|
534
|
+
|
|
535
535
|
enum BotSearchSourceProvider {
|
|
536
536
|
UNKNOWN_PROVIDER = 0;
|
|
537
537
|
OTHER = 1;
|
|
@@ -545,7 +545,7 @@ message BotProgressIndicatorMetadata {
|
|
|
545
545
|
FINISHED = 3;
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
|
-
|
|
548
|
+
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
message BotPromotionMessageMetadata {
|
|
@@ -577,7 +577,7 @@ message BotQuotaMetadata {
|
|
|
577
577
|
REASONING_FEATURE = 1;
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
|
-
|
|
580
|
+
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
message BotReminderMetadata {
|
|
@@ -607,7 +607,7 @@ message BotRenderingMetadata {
|
|
|
607
607
|
optional string value = 1;
|
|
608
608
|
repeated string associatedPrompts = 2;
|
|
609
609
|
}
|
|
610
|
-
|
|
610
|
+
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
message BotSessionMetadata {
|
|
@@ -640,7 +640,7 @@ message BotSourcesMetadata {
|
|
|
640
640
|
SUPPORT = 3;
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
|
-
|
|
643
|
+
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
message BotSuggestedPromptMetadata {
|
|
@@ -688,7 +688,7 @@ message CallLogRecord {
|
|
|
688
688
|
optional string userJid = 1;
|
|
689
689
|
optional CallLogRecord.CallResult callResult = 2;
|
|
690
690
|
}
|
|
691
|
-
|
|
691
|
+
|
|
692
692
|
enum SilenceReason {
|
|
693
693
|
NONE = 0;
|
|
694
694
|
SCHEDULED = 1;
|
|
@@ -710,9 +710,9 @@ message CertChain {
|
|
|
710
710
|
optional uint64 notBefore = 4;
|
|
711
711
|
optional uint64 notAfter = 5;
|
|
712
712
|
}
|
|
713
|
-
|
|
713
|
+
|
|
714
714
|
}
|
|
715
|
-
|
|
715
|
+
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
message ChatLockSettings {
|
|
@@ -747,23 +747,23 @@ message ChatRowOpaqueData {
|
|
|
747
747
|
VIDEO = 2;
|
|
748
748
|
}
|
|
749
749
|
}
|
|
750
|
-
|
|
750
|
+
|
|
751
751
|
message CtwaContextLinkData {
|
|
752
752
|
optional string context = 1;
|
|
753
753
|
optional string sourceUrl = 2;
|
|
754
754
|
optional string icebreaker = 3;
|
|
755
755
|
optional string phone = 4;
|
|
756
756
|
}
|
|
757
|
-
|
|
757
|
+
|
|
758
758
|
}
|
|
759
|
-
|
|
759
|
+
|
|
760
760
|
}
|
|
761
761
|
|
|
762
762
|
message Citation {
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
763
|
+
string title = 1;
|
|
764
|
+
string subtitle = 2;
|
|
765
|
+
string cmsId = 3;
|
|
766
|
+
string imageUrl = 4;
|
|
767
767
|
}
|
|
768
768
|
|
|
769
769
|
message ClientPairingProps {
|
|
@@ -844,7 +844,7 @@ message ClientPayload {
|
|
|
844
844
|
MNS = 5;
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
|
-
|
|
847
|
+
|
|
848
848
|
message DevicePairingRegistrationData {
|
|
849
849
|
optional bytes eRegid = 1;
|
|
850
850
|
optional bytes eKeytype = 2;
|
|
@@ -855,7 +855,7 @@ message ClientPayload {
|
|
|
855
855
|
optional bytes buildHash = 7;
|
|
856
856
|
optional bytes deviceProps = 8;
|
|
857
857
|
}
|
|
858
|
-
|
|
858
|
+
|
|
859
859
|
enum IOSAppExtension {
|
|
860
860
|
SHARE_EXTENSION = 0;
|
|
861
861
|
SERVICE_EXTENSION = 1;
|
|
@@ -866,7 +866,7 @@ message ClientPayload {
|
|
|
866
866
|
optional bytes token = 2;
|
|
867
867
|
optional bool enableReadReceipts = 3;
|
|
868
868
|
}
|
|
869
|
-
|
|
869
|
+
|
|
870
870
|
enum Product {
|
|
871
871
|
WHATSAPP = 0;
|
|
872
872
|
MESSENGER = 1;
|
|
@@ -902,7 +902,7 @@ message ClientPayload {
|
|
|
902
902
|
optional uint32 quaternary = 4;
|
|
903
903
|
optional uint32 quinary = 5;
|
|
904
904
|
}
|
|
905
|
-
|
|
905
|
+
|
|
906
906
|
enum DeviceType {
|
|
907
907
|
PHONE = 0;
|
|
908
908
|
TABLET = 1;
|
|
@@ -955,7 +955,7 @@ message ClientPayload {
|
|
|
955
955
|
DEBUG = 3;
|
|
956
956
|
}
|
|
957
957
|
}
|
|
958
|
-
|
|
958
|
+
|
|
959
959
|
message WebInfo {
|
|
960
960
|
optional string refToken = 1;
|
|
961
961
|
optional string version = 2;
|
|
@@ -982,9 +982,9 @@ message ClientPayload {
|
|
|
982
982
|
optional string documentTypes = 10;
|
|
983
983
|
optional bytes features = 11;
|
|
984
984
|
}
|
|
985
|
-
|
|
985
|
+
|
|
986
986
|
}
|
|
987
|
-
|
|
987
|
+
|
|
988
988
|
}
|
|
989
989
|
|
|
990
990
|
message CommentMetadata {
|
|
@@ -1066,11 +1066,11 @@ message ContextInfo {
|
|
|
1066
1066
|
VIDEO = 2;
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
|
-
|
|
1069
|
+
|
|
1070
1070
|
message BusinessMessageForwardInfo {
|
|
1071
1071
|
optional string businessOwnerJid = 1;
|
|
1072
1072
|
}
|
|
1073
|
-
|
|
1073
|
+
|
|
1074
1074
|
message DataSharingContext {
|
|
1075
1075
|
optional bool showMmDisclosure = 1;
|
|
1076
1076
|
optional string encryptedSignalTokenConsented = 2;
|
|
@@ -1082,9 +1082,9 @@ message ContextInfo {
|
|
|
1082
1082
|
optional float floatData = 4;
|
|
1083
1083
|
optional ContextInfo.DataSharingContext.Parameters contents = 5;
|
|
1084
1084
|
}
|
|
1085
|
-
|
|
1085
|
+
|
|
1086
1086
|
}
|
|
1087
|
-
|
|
1087
|
+
|
|
1088
1088
|
message ExternalAdReplyInfo {
|
|
1089
1089
|
optional string title = 1;
|
|
1090
1090
|
optional string body = 2;
|
|
@@ -1121,20 +1121,20 @@ message ContextInfo {
|
|
|
1121
1121
|
VIDEO = 2;
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
|
-
|
|
1124
|
+
|
|
1125
1125
|
message FeatureEligibilities {
|
|
1126
1126
|
optional bool cannotBeReactedTo = 1;
|
|
1127
1127
|
optional bool cannotBeRanked = 2;
|
|
1128
1128
|
optional bool canRequestFeedback = 3;
|
|
1129
1129
|
optional bool canBeReshared = 4;
|
|
1130
1130
|
}
|
|
1131
|
-
|
|
1131
|
+
|
|
1132
1132
|
message ForwardedAIBotMessageInfo {
|
|
1133
1133
|
optional string botName = 1;
|
|
1134
1134
|
optional string botJid = 2;
|
|
1135
1135
|
optional string creatorName = 3;
|
|
1136
1136
|
}
|
|
1137
|
-
|
|
1137
|
+
|
|
1138
1138
|
message ForwardedNewsletterMessageInfo {
|
|
1139
1139
|
optional string newsletterJid = 1;
|
|
1140
1140
|
optional int32 serverMessageId = 2;
|
|
@@ -1147,7 +1147,7 @@ message ContextInfo {
|
|
|
1147
1147
|
LINK_CARD = 3;
|
|
1148
1148
|
}
|
|
1149
1149
|
}
|
|
1150
|
-
|
|
1150
|
+
|
|
1151
1151
|
enum PairedMediaType {
|
|
1152
1152
|
NOT_PAIRED_MEDIA = 0;
|
|
1153
1153
|
SD_VIDEO_PARENT = 1;
|
|
@@ -1174,11 +1174,11 @@ message ContextInfo {
|
|
|
1174
1174
|
optional string utmSource = 1;
|
|
1175
1175
|
optional string utmCampaign = 2;
|
|
1176
1176
|
}
|
|
1177
|
-
|
|
1177
|
+
|
|
1178
1178
|
}
|
|
1179
1179
|
|
|
1180
1180
|
message Conversation {
|
|
1181
|
-
|
|
1181
|
+
string id = 1;
|
|
1182
1182
|
repeated HistorySyncMsg messages = 2;
|
|
1183
1183
|
optional string newJid = 3;
|
|
1184
1184
|
optional string oldJid = 4;
|
|
@@ -1249,7 +1249,7 @@ message DeviceCapabilities {
|
|
|
1249
1249
|
message LIDMigration {
|
|
1250
1250
|
optional uint64 chatDbMigrationTimestamp = 1;
|
|
1251
1251
|
}
|
|
1252
|
-
|
|
1252
|
+
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
1255
|
message DeviceConsistencyCodeMessage {
|
|
@@ -1281,7 +1281,7 @@ message DeviceProps {
|
|
|
1281
1281
|
optional uint32 quaternary = 4;
|
|
1282
1282
|
optional uint32 quinary = 5;
|
|
1283
1283
|
}
|
|
1284
|
-
|
|
1284
|
+
|
|
1285
1285
|
message HistorySyncConfig {
|
|
1286
1286
|
optional uint32 fullSyncDaysLimit = 1;
|
|
1287
1287
|
optional uint32 fullSyncSizeMbLimit = 2;
|
|
@@ -1298,7 +1298,7 @@ message DeviceProps {
|
|
|
1298
1298
|
optional bool supportAddOnHistorySyncMigration = 13;
|
|
1299
1299
|
optional bool supportMessageAssociation = 14;
|
|
1300
1300
|
}
|
|
1301
|
-
|
|
1301
|
+
|
|
1302
1302
|
enum PlatformType {
|
|
1303
1303
|
UNKNOWN = 0;
|
|
1304
1304
|
CHROME = 1;
|
|
@@ -1447,7 +1447,7 @@ message GroupMention {
|
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
1449
|
message GroupParticipant {
|
|
1450
|
-
|
|
1450
|
+
string userJid = 1;
|
|
1451
1451
|
optional Rank rank = 2;
|
|
1452
1452
|
enum Rank {
|
|
1453
1453
|
REGULAR = 0;
|
|
@@ -1464,23 +1464,23 @@ message HandshakeMessage {
|
|
|
1464
1464
|
optional bytes static = 1;
|
|
1465
1465
|
optional bytes payload = 2;
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1467
|
+
|
|
1468
1468
|
message ClientHello {
|
|
1469
1469
|
optional bytes ephemeral = 1;
|
|
1470
1470
|
optional bytes static = 2;
|
|
1471
1471
|
optional bytes payload = 3;
|
|
1472
1472
|
}
|
|
1473
|
-
|
|
1473
|
+
|
|
1474
1474
|
message ServerHello {
|
|
1475
1475
|
optional bytes ephemeral = 1;
|
|
1476
1476
|
optional bytes static = 2;
|
|
1477
1477
|
optional bytes payload = 3;
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1479
|
+
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
message HistorySync {
|
|
1483
|
-
|
|
1483
|
+
HistorySyncType syncType = 1;
|
|
1484
1484
|
repeated Conversation conversations = 2;
|
|
1485
1485
|
repeated WebMessageInfo statusV3Messages = 3;
|
|
1486
1486
|
optional uint32 chunkOrder = 5;
|
|
@@ -1528,12 +1528,12 @@ message HydratedTemplateButton {
|
|
|
1528
1528
|
optional string displayText = 1;
|
|
1529
1529
|
optional string phoneNumber = 2;
|
|
1530
1530
|
}
|
|
1531
|
-
|
|
1531
|
+
|
|
1532
1532
|
message HydratedQuickReplyButton {
|
|
1533
1533
|
optional string displayText = 1;
|
|
1534
1534
|
optional string id = 2;
|
|
1535
1535
|
}
|
|
1536
|
-
|
|
1536
|
+
|
|
1537
1537
|
message HydratedURLButton {
|
|
1538
1538
|
optional string displayText = 1;
|
|
1539
1539
|
optional string url = 2;
|
|
@@ -1545,7 +1545,7 @@ message HydratedTemplateButton {
|
|
|
1545
1545
|
COMPACT = 3;
|
|
1546
1546
|
}
|
|
1547
1547
|
}
|
|
1548
|
-
|
|
1548
|
+
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
1551
|
message IdentityKeyPairStructure {
|
|
@@ -1598,8 +1598,8 @@ message KeyId {
|
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
1600
|
message LIDMigrationMapping {
|
|
1601
|
-
|
|
1602
|
-
|
|
1601
|
+
uint64 pn = 1;
|
|
1602
|
+
uint64 assignedLid = 2;
|
|
1603
1603
|
optional uint64 latestLid = 3;
|
|
1604
1604
|
}
|
|
1605
1605
|
|
|
@@ -1767,41 +1767,41 @@ message Message {
|
|
|
1767
1767
|
optional uint32 expectedVideoCount = 3;
|
|
1768
1768
|
optional ContextInfo contextInfo = 17;
|
|
1769
1769
|
}
|
|
1770
|
-
|
|
1770
|
+
|
|
1771
1771
|
message AppStateFatalExceptionNotification {
|
|
1772
1772
|
repeated string collectionNames = 1;
|
|
1773
1773
|
optional int64 timestamp = 2;
|
|
1774
1774
|
}
|
|
1775
|
-
|
|
1775
|
+
|
|
1776
1776
|
message AppStateSyncKey {
|
|
1777
1777
|
optional Message.AppStateSyncKeyId keyId = 1;
|
|
1778
1778
|
optional Message.AppStateSyncKeyData keyData = 2;
|
|
1779
1779
|
}
|
|
1780
|
-
|
|
1780
|
+
|
|
1781
1781
|
message AppStateSyncKeyData {
|
|
1782
1782
|
optional bytes keyData = 1;
|
|
1783
1783
|
optional Message.AppStateSyncKeyFingerprint fingerprint = 2;
|
|
1784
1784
|
optional int64 timestamp = 3;
|
|
1785
1785
|
}
|
|
1786
|
-
|
|
1786
|
+
|
|
1787
1787
|
message AppStateSyncKeyFingerprint {
|
|
1788
1788
|
optional uint32 rawId = 1;
|
|
1789
1789
|
optional uint32 currentIndex = 2;
|
|
1790
1790
|
repeated uint32 deviceIndexes = 3 [packed=true];
|
|
1791
1791
|
}
|
|
1792
|
-
|
|
1792
|
+
|
|
1793
1793
|
message AppStateSyncKeyId {
|
|
1794
1794
|
optional bytes keyId = 1;
|
|
1795
1795
|
}
|
|
1796
|
-
|
|
1796
|
+
|
|
1797
1797
|
message AppStateSyncKeyRequest {
|
|
1798
1798
|
repeated Message.AppStateSyncKeyId keyIds = 1;
|
|
1799
1799
|
}
|
|
1800
|
-
|
|
1800
|
+
|
|
1801
1801
|
message AppStateSyncKeyShare {
|
|
1802
1802
|
repeated Message.AppStateSyncKey keys = 1;
|
|
1803
1803
|
}
|
|
1804
|
-
|
|
1804
|
+
|
|
1805
1805
|
message AudioMessage {
|
|
1806
1806
|
optional string url = 1;
|
|
1807
1807
|
optional string mimetype = 2;
|
|
@@ -1820,7 +1820,7 @@ message Message {
|
|
|
1820
1820
|
optional bool viewOnce = 21;
|
|
1821
1821
|
optional string accessibilityLabel = 22;
|
|
1822
1822
|
}
|
|
1823
|
-
|
|
1823
|
+
|
|
1824
1824
|
message BCallMessage {
|
|
1825
1825
|
optional string sessionId = 1;
|
|
1826
1826
|
optional MediaType mediaType = 2;
|
|
@@ -1832,7 +1832,7 @@ message Message {
|
|
|
1832
1832
|
VIDEO = 2;
|
|
1833
1833
|
}
|
|
1834
1834
|
}
|
|
1835
|
-
|
|
1835
|
+
|
|
1836
1836
|
message BotFeedbackMessage {
|
|
1837
1837
|
optional MessageKey messageKey = 1;
|
|
1838
1838
|
optional BotFeedbackKind kind = 2;
|
|
@@ -1873,7 +1873,7 @@ message Message {
|
|
|
1873
1873
|
GENERIC = 0;
|
|
1874
1874
|
}
|
|
1875
1875
|
}
|
|
1876
|
-
|
|
1876
|
+
|
|
1877
1877
|
message ButtonsMessage {
|
|
1878
1878
|
optional string contentText = 6;
|
|
1879
1879
|
optional string footerText = 7;
|
|
@@ -1895,19 +1895,19 @@ message Message {
|
|
|
1895
1895
|
message ButtonText {
|
|
1896
1896
|
optional string displayText = 1;
|
|
1897
1897
|
}
|
|
1898
|
-
|
|
1898
|
+
|
|
1899
1899
|
message NativeFlowInfo {
|
|
1900
1900
|
optional string name = 1;
|
|
1901
1901
|
optional string paramsJson = 2;
|
|
1902
1902
|
}
|
|
1903
|
-
|
|
1903
|
+
|
|
1904
1904
|
enum Type {
|
|
1905
1905
|
UNKNOWN = 0;
|
|
1906
1906
|
RESPONSE = 1;
|
|
1907
1907
|
NATIVE_FLOW = 2;
|
|
1908
1908
|
}
|
|
1909
1909
|
}
|
|
1910
|
-
|
|
1910
|
+
|
|
1911
1911
|
enum HeaderType {
|
|
1912
1912
|
UNKNOWN = 0;
|
|
1913
1913
|
EMPTY = 1;
|
|
@@ -1918,7 +1918,7 @@ message Message {
|
|
|
1918
1918
|
LOCATION = 6;
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
|
-
|
|
1921
|
+
|
|
1922
1922
|
message ButtonsResponseMessage {
|
|
1923
1923
|
optional string selectedButtonId = 1;
|
|
1924
1924
|
optional ContextInfo contextInfo = 3;
|
|
@@ -1931,7 +1931,7 @@ message Message {
|
|
|
1931
1931
|
DISPLAY_TEXT = 1;
|
|
1932
1932
|
}
|
|
1933
1933
|
}
|
|
1934
|
-
|
|
1934
|
+
|
|
1935
1935
|
message Call {
|
|
1936
1936
|
optional bytes callKey = 1;
|
|
1937
1937
|
optional string conversionSource = 2;
|
|
@@ -1941,7 +1941,7 @@ message Message {
|
|
|
1941
1941
|
optional bytes ctwaPayload = 6;
|
|
1942
1942
|
optional ContextInfo contextInfo = 7;
|
|
1943
1943
|
}
|
|
1944
|
-
|
|
1944
|
+
|
|
1945
1945
|
message CallLogMessage {
|
|
1946
1946
|
optional bool isVideo = 1;
|
|
1947
1947
|
optional CallOutcome callOutcome = 2;
|
|
@@ -1962,23 +1962,23 @@ message Message {
|
|
|
1962
1962
|
optional string jid = 1;
|
|
1963
1963
|
optional Message.CallLogMessage.CallOutcome callOutcome = 2;
|
|
1964
1964
|
}
|
|
1965
|
-
|
|
1965
|
+
|
|
1966
1966
|
enum CallType {
|
|
1967
1967
|
REGULAR = 0;
|
|
1968
1968
|
SCHEDULED_CALL = 1;
|
|
1969
1969
|
VOICE_CHAT = 2;
|
|
1970
1970
|
}
|
|
1971
1971
|
}
|
|
1972
|
-
|
|
1972
|
+
|
|
1973
1973
|
message CancelPaymentRequestMessage {
|
|
1974
1974
|
optional MessageKey key = 1;
|
|
1975
1975
|
}
|
|
1976
|
-
|
|
1976
|
+
|
|
1977
1977
|
message Chat {
|
|
1978
1978
|
optional string displayName = 1;
|
|
1979
1979
|
optional string id = 2;
|
|
1980
1980
|
}
|
|
1981
|
-
|
|
1981
|
+
|
|
1982
1982
|
message CloudAPIThreadControlNotification {
|
|
1983
1983
|
optional CloudAPIThreadControl status = 1;
|
|
1984
1984
|
optional int64 senderNotificationTimestampMs = 2;
|
|
@@ -1994,36 +1994,36 @@ message Message {
|
|
|
1994
1994
|
optional string handoffNotificationText = 1;
|
|
1995
1995
|
optional string extraJson = 2;
|
|
1996
1996
|
}
|
|
1997
|
-
|
|
1997
|
+
|
|
1998
1998
|
}
|
|
1999
|
-
|
|
1999
|
+
|
|
2000
2000
|
message CommentMessage {
|
|
2001
2001
|
optional Message message = 1;
|
|
2002
2002
|
optional MessageKey targetMessageKey = 2;
|
|
2003
2003
|
}
|
|
2004
|
-
|
|
2004
|
+
|
|
2005
2005
|
message ContactMessage {
|
|
2006
2006
|
optional string displayName = 1;
|
|
2007
2007
|
optional string vcard = 16;
|
|
2008
2008
|
optional ContextInfo contextInfo = 17;
|
|
2009
2009
|
}
|
|
2010
|
-
|
|
2010
|
+
|
|
2011
2011
|
message ContactsArrayMessage {
|
|
2012
2012
|
optional string displayName = 1;
|
|
2013
2013
|
repeated Message.ContactMessage contacts = 2;
|
|
2014
2014
|
optional ContextInfo contextInfo = 17;
|
|
2015
2015
|
}
|
|
2016
|
-
|
|
2016
|
+
|
|
2017
2017
|
message DeclinePaymentRequestMessage {
|
|
2018
2018
|
optional MessageKey key = 1;
|
|
2019
2019
|
}
|
|
2020
|
-
|
|
2020
|
+
|
|
2021
2021
|
message DeviceSentMessage {
|
|
2022
2022
|
optional string destinationJid = 1;
|
|
2023
2023
|
optional Message message = 2;
|
|
2024
2024
|
optional string phash = 3;
|
|
2025
2025
|
}
|
|
2026
|
-
|
|
2026
|
+
|
|
2027
2027
|
message DocumentMessage {
|
|
2028
2028
|
optional string url = 1;
|
|
2029
2029
|
optional string mimetype = 2;
|
|
@@ -2047,25 +2047,25 @@ message Message {
|
|
|
2047
2047
|
optional string caption = 20;
|
|
2048
2048
|
optional string accessibilityLabel = 21;
|
|
2049
2049
|
}
|
|
2050
|
-
|
|
2050
|
+
|
|
2051
2051
|
message EncCommentMessage {
|
|
2052
2052
|
optional MessageKey targetMessageKey = 1;
|
|
2053
2053
|
optional bytes encPayload = 2;
|
|
2054
2054
|
optional bytes encIv = 3;
|
|
2055
2055
|
}
|
|
2056
|
-
|
|
2056
|
+
|
|
2057
2057
|
message EncEventResponseMessage {
|
|
2058
2058
|
optional MessageKey eventCreationMessageKey = 1;
|
|
2059
2059
|
optional bytes encPayload = 2;
|
|
2060
2060
|
optional bytes encIv = 3;
|
|
2061
2061
|
}
|
|
2062
|
-
|
|
2062
|
+
|
|
2063
2063
|
message EncReactionMessage {
|
|
2064
2064
|
optional MessageKey targetMessageKey = 1;
|
|
2065
2065
|
optional bytes encPayload = 2;
|
|
2066
2066
|
optional bytes encIv = 3;
|
|
2067
2067
|
}
|
|
2068
|
-
|
|
2068
|
+
|
|
2069
2069
|
message EventMessage {
|
|
2070
2070
|
optional ContextInfo contextInfo = 1;
|
|
2071
2071
|
optional bool isCanceled = 2;
|
|
@@ -2078,7 +2078,7 @@ message Message {
|
|
|
2078
2078
|
optional bool extraGuestsAllowed = 9;
|
|
2079
2079
|
optional bool isScheduleCall = 10;
|
|
2080
2080
|
}
|
|
2081
|
-
|
|
2081
|
+
|
|
2082
2082
|
message EventResponseMessage {
|
|
2083
2083
|
optional EventResponseType response = 1;
|
|
2084
2084
|
optional int64 timestampMs = 2;
|
|
@@ -2090,7 +2090,7 @@ message Message {
|
|
|
2090
2090
|
MAYBE = 3;
|
|
2091
2091
|
}
|
|
2092
2092
|
}
|
|
2093
|
-
|
|
2093
|
+
|
|
2094
2094
|
message ExtendedTextMessage {
|
|
2095
2095
|
optional string text = 1;
|
|
2096
2096
|
optional string matchedText = 2;
|
|
@@ -2145,15 +2145,15 @@ message Message {
|
|
|
2145
2145
|
PROFILE = 7;
|
|
2146
2146
|
}
|
|
2147
2147
|
}
|
|
2148
|
-
|
|
2148
|
+
|
|
2149
2149
|
message FullHistorySyncOnDemandRequestMetadata {
|
|
2150
2150
|
optional string requestId = 1;
|
|
2151
2151
|
}
|
|
2152
|
-
|
|
2152
|
+
|
|
2153
2153
|
message FutureProofMessage {
|
|
2154
2154
|
optional Message message = 1;
|
|
2155
2155
|
}
|
|
2156
|
-
|
|
2156
|
+
|
|
2157
2157
|
message GroupInviteMessage {
|
|
2158
2158
|
optional string groupJid = 1;
|
|
2159
2159
|
optional string inviteCode = 2;
|
|
@@ -2168,7 +2168,7 @@ message Message {
|
|
|
2168
2168
|
PARENT = 1;
|
|
2169
2169
|
}
|
|
2170
2170
|
}
|
|
2171
|
-
|
|
2171
|
+
|
|
2172
2172
|
message HighlyStructuredMessage {
|
|
2173
2173
|
optional string namespace = 1;
|
|
2174
2174
|
optional string elementName = 2;
|
|
@@ -2189,7 +2189,7 @@ message Message {
|
|
|
2189
2189
|
optional string currencyCode = 1;
|
|
2190
2190
|
optional int64 amount1000 = 2;
|
|
2191
2191
|
}
|
|
2192
|
-
|
|
2192
|
+
|
|
2193
2193
|
message HSMDateTime {
|
|
2194
2194
|
oneof datetimeOneof {
|
|
2195
2195
|
Message.HighlyStructuredMessage.HSMLocalizableParameter.HSMDateTime.HSMDateTimeComponent component = 1;
|
|
@@ -2217,17 +2217,17 @@ message Message {
|
|
|
2217
2217
|
SUNDAY = 7;
|
|
2218
2218
|
}
|
|
2219
2219
|
}
|
|
2220
|
-
|
|
2220
|
+
|
|
2221
2221
|
message HSMDateTimeUnixEpoch {
|
|
2222
2222
|
optional int64 timestamp = 1;
|
|
2223
2223
|
}
|
|
2224
|
-
|
|
2224
|
+
|
|
2225
2225
|
}
|
|
2226
|
-
|
|
2226
|
+
|
|
2227
2227
|
}
|
|
2228
|
-
|
|
2228
|
+
|
|
2229
2229
|
}
|
|
2230
|
-
|
|
2230
|
+
|
|
2231
2231
|
message HistorySyncNotification {
|
|
2232
2232
|
optional bytes fileSha256 = 1;
|
|
2233
2233
|
optional uint64 fileLength = 2;
|
|
@@ -2254,7 +2254,7 @@ message Message {
|
|
|
2254
2254
|
NO_HISTORY = 7;
|
|
2255
2255
|
}
|
|
2256
2256
|
}
|
|
2257
|
-
|
|
2257
|
+
|
|
2258
2258
|
message ImageMessage {
|
|
2259
2259
|
optional string url = 1;
|
|
2260
2260
|
optional string mimetype = 2;
|
|
@@ -2292,11 +2292,11 @@ message Message {
|
|
|
2292
2292
|
RASTERIZED_TEXT_STATUS = 3;
|
|
2293
2293
|
}
|
|
2294
2294
|
}
|
|
2295
|
-
|
|
2295
|
+
|
|
2296
2296
|
message InitialSecurityNotificationSettingSync {
|
|
2297
2297
|
optional bool securityNotificationEnabled = 1;
|
|
2298
2298
|
}
|
|
2299
|
-
|
|
2299
|
+
|
|
2300
2300
|
message InteractiveMessage {
|
|
2301
2301
|
optional Header header = 1;
|
|
2302
2302
|
optional Body body = 2;
|
|
@@ -2312,22 +2312,22 @@ message Message {
|
|
|
2312
2312
|
message Body {
|
|
2313
2313
|
optional string text = 1;
|
|
2314
2314
|
}
|
|
2315
|
-
|
|
2315
|
+
|
|
2316
2316
|
message CarouselMessage {
|
|
2317
2317
|
repeated Message.InteractiveMessage cards = 1;
|
|
2318
2318
|
optional int32 messageVersion = 2;
|
|
2319
2319
|
}
|
|
2320
|
-
|
|
2320
|
+
|
|
2321
2321
|
message CollectionMessage {
|
|
2322
2322
|
optional string bizJid = 1;
|
|
2323
2323
|
optional string id = 2;
|
|
2324
2324
|
optional int32 messageVersion = 3;
|
|
2325
2325
|
}
|
|
2326
|
-
|
|
2326
|
+
|
|
2327
2327
|
message Footer {
|
|
2328
2328
|
optional string text = 1;
|
|
2329
2329
|
}
|
|
2330
|
-
|
|
2330
|
+
|
|
2331
2331
|
message Header {
|
|
2332
2332
|
optional string title = 1;
|
|
2333
2333
|
optional string subtitle = 2;
|
|
@@ -2341,7 +2341,7 @@ message Message {
|
|
|
2341
2341
|
Message.ProductMessage productMessage = 9;
|
|
2342
2342
|
}
|
|
2343
2343
|
}
|
|
2344
|
-
|
|
2344
|
+
|
|
2345
2345
|
message NativeFlowMessage {
|
|
2346
2346
|
repeated NativeFlowButton buttons = 1;
|
|
2347
2347
|
optional string messageParamsJson = 2;
|
|
@@ -2350,9 +2350,9 @@ message Message {
|
|
|
2350
2350
|
optional string name = 1;
|
|
2351
2351
|
optional string buttonParamsJson = 2;
|
|
2352
2352
|
}
|
|
2353
|
-
|
|
2353
|
+
|
|
2354
2354
|
}
|
|
2355
|
-
|
|
2355
|
+
|
|
2356
2356
|
message ShopMessage {
|
|
2357
2357
|
optional string id = 1;
|
|
2358
2358
|
optional Surface surface = 2;
|
|
@@ -2364,9 +2364,9 @@ message Message {
|
|
|
2364
2364
|
WA = 3;
|
|
2365
2365
|
}
|
|
2366
2366
|
}
|
|
2367
|
-
|
|
2367
|
+
|
|
2368
2368
|
}
|
|
2369
|
-
|
|
2369
|
+
|
|
2370
2370
|
message InteractiveResponseMessage {
|
|
2371
2371
|
optional Body body = 1;
|
|
2372
2372
|
optional ContextInfo contextInfo = 15;
|
|
@@ -2381,15 +2381,15 @@ message Message {
|
|
|
2381
2381
|
EXTENSIONS_1 = 1;
|
|
2382
2382
|
}
|
|
2383
2383
|
}
|
|
2384
|
-
|
|
2384
|
+
|
|
2385
2385
|
message NativeFlowResponseMessage {
|
|
2386
2386
|
optional string name = 1;
|
|
2387
2387
|
optional string paramsJson = 2;
|
|
2388
2388
|
optional int32 version = 3;
|
|
2389
2389
|
}
|
|
2390
|
-
|
|
2390
|
+
|
|
2391
2391
|
}
|
|
2392
|
-
|
|
2392
|
+
|
|
2393
2393
|
message InvoiceMessage {
|
|
2394
2394
|
optional string note = 1;
|
|
2395
2395
|
optional string token = 2;
|
|
@@ -2406,19 +2406,19 @@ message Message {
|
|
|
2406
2406
|
PDF = 1;
|
|
2407
2407
|
}
|
|
2408
2408
|
}
|
|
2409
|
-
|
|
2409
|
+
|
|
2410
2410
|
message KeepInChatMessage {
|
|
2411
2411
|
optional MessageKey key = 1;
|
|
2412
2412
|
optional KeepType keepType = 2;
|
|
2413
2413
|
optional int64 timestampMs = 3;
|
|
2414
2414
|
}
|
|
2415
|
-
|
|
2415
|
+
|
|
2416
2416
|
message LinkPreviewMetadata {
|
|
2417
2417
|
optional Message.PaymentLinkMetadata paymentLinkMetadata = 1;
|
|
2418
2418
|
optional Message.URLMetadata urlMetadata = 2;
|
|
2419
2419
|
optional uint32 fbExperimentId = 3;
|
|
2420
2420
|
}
|
|
2421
|
-
|
|
2421
|
+
|
|
2422
2422
|
message ListMessage {
|
|
2423
2423
|
optional string title = 1;
|
|
2424
2424
|
optional string description = 2;
|
|
@@ -2436,36 +2436,36 @@ message Message {
|
|
|
2436
2436
|
message Product {
|
|
2437
2437
|
optional string productId = 1;
|
|
2438
2438
|
}
|
|
2439
|
-
|
|
2439
|
+
|
|
2440
2440
|
message ProductListHeaderImage {
|
|
2441
2441
|
optional string productId = 1;
|
|
2442
2442
|
optional bytes jpegThumbnail = 2;
|
|
2443
2443
|
}
|
|
2444
|
-
|
|
2444
|
+
|
|
2445
2445
|
message ProductListInfo {
|
|
2446
2446
|
repeated Message.ListMessage.ProductSection productSections = 1;
|
|
2447
2447
|
optional Message.ListMessage.ProductListHeaderImage headerImage = 2;
|
|
2448
2448
|
optional string businessOwnerJid = 3;
|
|
2449
2449
|
}
|
|
2450
|
-
|
|
2450
|
+
|
|
2451
2451
|
message ProductSection {
|
|
2452
2452
|
optional string title = 1;
|
|
2453
2453
|
repeated Message.ListMessage.Product products = 2;
|
|
2454
2454
|
}
|
|
2455
|
-
|
|
2455
|
+
|
|
2456
2456
|
message Row {
|
|
2457
2457
|
optional string title = 1;
|
|
2458
2458
|
optional string description = 2;
|
|
2459
2459
|
optional string rowId = 3;
|
|
2460
2460
|
}
|
|
2461
|
-
|
|
2461
|
+
|
|
2462
2462
|
message Section {
|
|
2463
2463
|
optional string title = 1;
|
|
2464
2464
|
repeated Message.ListMessage.Row rows = 2;
|
|
2465
2465
|
}
|
|
2466
|
-
|
|
2466
|
+
|
|
2467
2467
|
}
|
|
2468
|
-
|
|
2468
|
+
|
|
2469
2469
|
message ListResponseMessage {
|
|
2470
2470
|
optional string title = 1;
|
|
2471
2471
|
optional ListType listType = 2;
|
|
@@ -2479,9 +2479,9 @@ message Message {
|
|
|
2479
2479
|
message SingleSelectReply {
|
|
2480
2480
|
optional string selectedRowId = 1;
|
|
2481
2481
|
}
|
|
2482
|
-
|
|
2482
|
+
|
|
2483
2483
|
}
|
|
2484
|
-
|
|
2484
|
+
|
|
2485
2485
|
message LiveLocationMessage {
|
|
2486
2486
|
optional double degreesLatitude = 1;
|
|
2487
2487
|
optional double degreesLongitude = 2;
|
|
@@ -2494,7 +2494,7 @@ message Message {
|
|
|
2494
2494
|
optional bytes jpegThumbnail = 16;
|
|
2495
2495
|
optional ContextInfo contextInfo = 17;
|
|
2496
2496
|
}
|
|
2497
|
-
|
|
2497
|
+
|
|
2498
2498
|
message LocationMessage {
|
|
2499
2499
|
optional double degreesLatitude = 1;
|
|
2500
2500
|
optional double degreesLongitude = 2;
|
|
@@ -2509,7 +2509,7 @@ message Message {
|
|
|
2509
2509
|
optional bytes jpegThumbnail = 16;
|
|
2510
2510
|
optional ContextInfo contextInfo = 17;
|
|
2511
2511
|
}
|
|
2512
|
-
|
|
2512
|
+
|
|
2513
2513
|
message MMSThumbnailMetadata {
|
|
2514
2514
|
optional string thumbnailDirectPath = 1;
|
|
2515
2515
|
optional bytes thumbnailSha256 = 2;
|
|
@@ -2519,7 +2519,7 @@ message Message {
|
|
|
2519
2519
|
optional uint32 thumbnailHeight = 6;
|
|
2520
2520
|
optional uint32 thumbnailWidth = 7;
|
|
2521
2521
|
}
|
|
2522
|
-
|
|
2522
|
+
|
|
2523
2523
|
message MessageHistoryBundle {
|
|
2524
2524
|
optional string mimetype = 1;
|
|
2525
2525
|
optional bytes fileSha256 = 2;
|
|
@@ -2530,18 +2530,18 @@ message Message {
|
|
|
2530
2530
|
optional ContextInfo contextInfo = 7;
|
|
2531
2531
|
optional Message.MessageHistoryMetadata messageHistoryMetadata = 8;
|
|
2532
2532
|
}
|
|
2533
|
-
|
|
2533
|
+
|
|
2534
2534
|
message MessageHistoryMetadata {
|
|
2535
2535
|
repeated string historyReceivers = 1;
|
|
2536
2536
|
optional int64 firstMessageTimestamp = 2;
|
|
2537
2537
|
optional int64 messageCount = 3;
|
|
2538
2538
|
}
|
|
2539
|
-
|
|
2539
|
+
|
|
2540
2540
|
message MessageHistoryNotice {
|
|
2541
2541
|
optional ContextInfo contextInfo = 1;
|
|
2542
2542
|
optional Message.MessageHistoryMetadata messageHistoryMetadata = 2;
|
|
2543
2543
|
}
|
|
2544
|
-
|
|
2544
|
+
|
|
2545
2545
|
message NewsletterAdminInviteMessage {
|
|
2546
2546
|
optional string newsletterJid = 1;
|
|
2547
2547
|
optional string newsletterName = 2;
|
|
@@ -2550,7 +2550,7 @@ message Message {
|
|
|
2550
2550
|
optional int64 inviteExpiration = 5;
|
|
2551
2551
|
optional ContextInfo contextInfo = 6;
|
|
2552
2552
|
}
|
|
2553
|
-
|
|
2553
|
+
|
|
2554
2554
|
message OrderMessage {
|
|
2555
2555
|
optional string orderId = 1;
|
|
2556
2556
|
optional bytes thumbnail = 2;
|
|
@@ -2576,7 +2576,7 @@ message Message {
|
|
|
2576
2576
|
CATALOG = 1;
|
|
2577
2577
|
}
|
|
2578
2578
|
}
|
|
2579
|
-
|
|
2579
|
+
|
|
2580
2580
|
message PaymentInviteMessage {
|
|
2581
2581
|
optional ServiceType serviceType = 1;
|
|
2582
2582
|
optional int64 expiryTimestamp = 2;
|
|
@@ -2587,14 +2587,14 @@ message Message {
|
|
|
2587
2587
|
UPI = 3;
|
|
2588
2588
|
}
|
|
2589
2589
|
}
|
|
2590
|
-
|
|
2590
|
+
|
|
2591
2591
|
message PaymentLinkMetadata {
|
|
2592
2592
|
optional PaymentLinkButton button = 1;
|
|
2593
2593
|
optional PaymentLinkHeader header = 2;
|
|
2594
2594
|
message PaymentLinkButton {
|
|
2595
2595
|
optional string displayText = 1;
|
|
2596
2596
|
}
|
|
2597
|
-
|
|
2597
|
+
|
|
2598
2598
|
message PaymentLinkHeader {
|
|
2599
2599
|
optional PaymentLinkHeaderType headerType = 1;
|
|
2600
2600
|
enum PaymentLinkHeaderType {
|
|
@@ -2602,9 +2602,9 @@ message Message {
|
|
|
2602
2602
|
ORDER = 1;
|
|
2603
2603
|
}
|
|
2604
2604
|
}
|
|
2605
|
-
|
|
2605
|
+
|
|
2606
2606
|
}
|
|
2607
|
-
|
|
2607
|
+
|
|
2608
2608
|
message PeerDataOperationRequestMessage {
|
|
2609
2609
|
optional Message.PeerDataOperationRequestType peerDataOperationRequestType = 1;
|
|
2610
2610
|
repeated RequestStickerReupload requestStickerReupload = 2;
|
|
@@ -2617,7 +2617,7 @@ message Message {
|
|
|
2617
2617
|
optional Message.FullHistorySyncOnDemandRequestMetadata requestMetadata = 1;
|
|
2618
2618
|
optional DeviceProps.HistorySyncConfig historySyncConfig = 2;
|
|
2619
2619
|
}
|
|
2620
|
-
|
|
2620
|
+
|
|
2621
2621
|
message HistorySyncOnDemandRequest {
|
|
2622
2622
|
optional string chatJid = 1;
|
|
2623
2623
|
optional string oldestMsgId = 2;
|
|
@@ -2626,27 +2626,27 @@ message Message {
|
|
|
2626
2626
|
optional int64 oldestMsgTimestampMs = 5;
|
|
2627
2627
|
optional string accountLid = 6;
|
|
2628
2628
|
}
|
|
2629
|
-
|
|
2629
|
+
|
|
2630
2630
|
message PlaceholderMessageResendRequest {
|
|
2631
2631
|
optional MessageKey messageKey = 1;
|
|
2632
2632
|
}
|
|
2633
|
-
|
|
2633
|
+
|
|
2634
2634
|
message RequestStickerReupload {
|
|
2635
2635
|
optional string fileSha256 = 1;
|
|
2636
2636
|
}
|
|
2637
|
-
|
|
2637
|
+
|
|
2638
2638
|
message RequestUrlPreview {
|
|
2639
2639
|
optional string url = 1;
|
|
2640
2640
|
optional bool includeHqThumbnail = 2;
|
|
2641
2641
|
}
|
|
2642
|
-
|
|
2642
|
+
|
|
2643
2643
|
message SyncDCollectionFatalRecoveryRequest {
|
|
2644
2644
|
optional string collectionName = 1;
|
|
2645
2645
|
optional int64 timestamp = 2;
|
|
2646
2646
|
}
|
|
2647
|
-
|
|
2647
|
+
|
|
2648
2648
|
}
|
|
2649
|
-
|
|
2649
|
+
|
|
2650
2650
|
message PeerDataOperationRequestResponseMessage {
|
|
2651
2651
|
optional Message.PeerDataOperationRequestType peerDataOperationRequestType = 1;
|
|
2652
2652
|
optional string stanzaId = 2;
|
|
@@ -2663,12 +2663,12 @@ message Message {
|
|
|
2663
2663
|
message CompanionMetaNonceFetchResponse {
|
|
2664
2664
|
optional string nonce = 1;
|
|
2665
2665
|
}
|
|
2666
|
-
|
|
2666
|
+
|
|
2667
2667
|
message FullHistorySyncOnDemandRequestResponse {
|
|
2668
2668
|
optional Message.FullHistorySyncOnDemandRequestMetadata requestMetadata = 1;
|
|
2669
2669
|
optional Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.FullHistorySyncOnDemandResponseCode responseCode = 2;
|
|
2670
2670
|
}
|
|
2671
|
-
|
|
2671
|
+
|
|
2672
2672
|
enum FullHistorySyncOnDemandResponseCode {
|
|
2673
2673
|
REQUEST_SUCCESS = 0;
|
|
2674
2674
|
REQUEST_TIME_EXPIRED = 1;
|
|
@@ -2695,27 +2695,27 @@ message Message {
|
|
|
2695
2695
|
optional int32 thumbWidth = 6;
|
|
2696
2696
|
optional int32 thumbHeight = 7;
|
|
2697
2697
|
}
|
|
2698
|
-
|
|
2698
|
+
|
|
2699
2699
|
}
|
|
2700
|
-
|
|
2700
|
+
|
|
2701
2701
|
message PlaceholderMessageResendResponse {
|
|
2702
2702
|
optional bytes webMessageInfoBytes = 1;
|
|
2703
2703
|
}
|
|
2704
|
-
|
|
2704
|
+
|
|
2705
2705
|
message SyncDSnapshotFatalRecoveryResponse {
|
|
2706
2706
|
optional bytes collectionSnapshot = 1;
|
|
2707
2707
|
optional bool isCompressed = 2;
|
|
2708
2708
|
}
|
|
2709
|
-
|
|
2709
|
+
|
|
2710
2710
|
message WaffleNonceFetchResponse {
|
|
2711
2711
|
optional string nonce = 1;
|
|
2712
2712
|
optional string waEntFbid = 2;
|
|
2713
2713
|
}
|
|
2714
|
-
|
|
2714
|
+
|
|
2715
2715
|
}
|
|
2716
|
-
|
|
2716
|
+
|
|
2717
2717
|
}
|
|
2718
|
-
|
|
2718
|
+
|
|
2719
2719
|
enum PeerDataOperationRequestType {
|
|
2720
2720
|
UPLOAD_STICKER = 0;
|
|
2721
2721
|
SEND_RECENT_STICKER_BOOTSTRAP = 1;
|
|
@@ -2737,14 +2737,14 @@ message Message {
|
|
|
2737
2737
|
UNPIN_FOR_ALL = 2;
|
|
2738
2738
|
}
|
|
2739
2739
|
}
|
|
2740
|
-
|
|
2740
|
+
|
|
2741
2741
|
message PlaceholderMessage {
|
|
2742
2742
|
optional PlaceholderType type = 1;
|
|
2743
2743
|
enum PlaceholderType {
|
|
2744
2744
|
MASK_LINKED_DEVICES = 0;
|
|
2745
2745
|
}
|
|
2746
2746
|
}
|
|
2747
|
-
|
|
2747
|
+
|
|
2748
2748
|
enum PollContentType {
|
|
2749
2749
|
UNKNOWN = 0;
|
|
2750
2750
|
TEXT = 1;
|
|
@@ -2763,18 +2763,18 @@ message Message {
|
|
|
2763
2763
|
optional string optionName = 1;
|
|
2764
2764
|
optional string optionHash = 2;
|
|
2765
2765
|
}
|
|
2766
|
-
|
|
2766
|
+
|
|
2767
2767
|
enum PollType {
|
|
2768
2768
|
POLL = 0;
|
|
2769
2769
|
QUIZ = 1;
|
|
2770
2770
|
}
|
|
2771
2771
|
}
|
|
2772
|
-
|
|
2772
|
+
|
|
2773
2773
|
message PollEncValue {
|
|
2774
2774
|
optional bytes encPayload = 1;
|
|
2775
2775
|
optional bytes encIv = 2;
|
|
2776
2776
|
}
|
|
2777
|
-
|
|
2777
|
+
|
|
2778
2778
|
message PollResultSnapshotMessage {
|
|
2779
2779
|
optional string name = 1;
|
|
2780
2780
|
repeated PollVote pollVotes = 2;
|
|
@@ -2783,23 +2783,23 @@ message Message {
|
|
|
2783
2783
|
optional string optionName = 1;
|
|
2784
2784
|
optional int64 optionVoteCount = 2;
|
|
2785
2785
|
}
|
|
2786
|
-
|
|
2786
|
+
|
|
2787
2787
|
}
|
|
2788
|
-
|
|
2788
|
+
|
|
2789
2789
|
message PollUpdateMessage {
|
|
2790
2790
|
optional MessageKey pollCreationMessageKey = 1;
|
|
2791
2791
|
optional Message.PollEncValue vote = 2;
|
|
2792
2792
|
optional Message.PollUpdateMessageMetadata metadata = 3;
|
|
2793
2793
|
optional int64 senderTimestampMs = 4;
|
|
2794
2794
|
}
|
|
2795
|
-
|
|
2795
|
+
|
|
2796
2796
|
message PollUpdateMessageMetadata {
|
|
2797
2797
|
}
|
|
2798
|
-
|
|
2798
|
+
|
|
2799
2799
|
message PollVoteMessage {
|
|
2800
2800
|
repeated bytes selectedOptions = 1;
|
|
2801
2801
|
}
|
|
2802
|
-
|
|
2802
|
+
|
|
2803
2803
|
message ProductMessage {
|
|
2804
2804
|
optional ProductSnapshot product = 1;
|
|
2805
2805
|
optional string businessOwnerJid = 2;
|
|
@@ -2812,7 +2812,7 @@ message Message {
|
|
|
2812
2812
|
optional string title = 2;
|
|
2813
2813
|
optional string description = 3;
|
|
2814
2814
|
}
|
|
2815
|
-
|
|
2815
|
+
|
|
2816
2816
|
message ProductSnapshot {
|
|
2817
2817
|
optional Message.ImageMessage productImage = 1;
|
|
2818
2818
|
optional string productId = 2;
|
|
@@ -2827,9 +2827,9 @@ message Message {
|
|
|
2827
2827
|
optional int64 salePriceAmount1000 = 12;
|
|
2828
2828
|
optional string signedUrl = 13;
|
|
2829
2829
|
}
|
|
2830
|
-
|
|
2830
|
+
|
|
2831
2831
|
}
|
|
2832
|
-
|
|
2832
|
+
|
|
2833
2833
|
message ProtocolMessage {
|
|
2834
2834
|
optional MessageKey key = 1;
|
|
2835
2835
|
optional Type type = 2;
|
|
@@ -2884,14 +2884,14 @@ message Message {
|
|
|
2884
2884
|
GROUP_MEMBER_LABEL_CHANGE = 30;
|
|
2885
2885
|
}
|
|
2886
2886
|
}
|
|
2887
|
-
|
|
2887
|
+
|
|
2888
2888
|
message ReactionMessage {
|
|
2889
2889
|
optional MessageKey key = 1;
|
|
2890
2890
|
optional string text = 2;
|
|
2891
2891
|
optional string groupingKey = 3;
|
|
2892
2892
|
optional int64 senderTimestampMs = 4;
|
|
2893
2893
|
}
|
|
2894
|
-
|
|
2894
|
+
|
|
2895
2895
|
message RequestPaymentMessage {
|
|
2896
2896
|
optional Message noteMessage = 4;
|
|
2897
2897
|
optional string currencyCodeIso4217 = 1;
|
|
@@ -2901,11 +2901,11 @@ message Message {
|
|
|
2901
2901
|
optional Money amount = 6;
|
|
2902
2902
|
optional PaymentBackground background = 7;
|
|
2903
2903
|
}
|
|
2904
|
-
|
|
2904
|
+
|
|
2905
2905
|
message RequestPhoneNumberMessage {
|
|
2906
2906
|
optional ContextInfo contextInfo = 1;
|
|
2907
2907
|
}
|
|
2908
|
-
|
|
2908
|
+
|
|
2909
2909
|
message RequestWelcomeMessageMetadata {
|
|
2910
2910
|
optional LocalChatState localChatState = 1;
|
|
2911
2911
|
enum LocalChatState {
|
|
@@ -2913,7 +2913,7 @@ message Message {
|
|
|
2913
2913
|
NON_EMPTY = 1;
|
|
2914
2914
|
}
|
|
2915
2915
|
}
|
|
2916
|
-
|
|
2916
|
+
|
|
2917
2917
|
message ScheduledCallCreationMessage {
|
|
2918
2918
|
optional int64 scheduledTimestampMs = 1;
|
|
2919
2919
|
optional CallType callType = 2;
|
|
@@ -2924,7 +2924,7 @@ message Message {
|
|
|
2924
2924
|
VIDEO = 2;
|
|
2925
2925
|
}
|
|
2926
2926
|
}
|
|
2927
|
-
|
|
2927
|
+
|
|
2928
2928
|
message ScheduledCallEditMessage {
|
|
2929
2929
|
optional MessageKey key = 1;
|
|
2930
2930
|
optional EditType editType = 2;
|
|
@@ -2933,7 +2933,7 @@ message Message {
|
|
|
2933
2933
|
CANCEL = 1;
|
|
2934
2934
|
}
|
|
2935
2935
|
}
|
|
2936
|
-
|
|
2936
|
+
|
|
2937
2937
|
message SecretEncryptedMessage {
|
|
2938
2938
|
optional MessageKey targetMessageKey = 1;
|
|
2939
2939
|
optional bytes encPayload = 2;
|
|
@@ -2945,18 +2945,18 @@ message Message {
|
|
|
2945
2945
|
MESSAGE_EDIT = 2;
|
|
2946
2946
|
}
|
|
2947
2947
|
}
|
|
2948
|
-
|
|
2948
|
+
|
|
2949
2949
|
message SendPaymentMessage {
|
|
2950
2950
|
optional Message noteMessage = 2;
|
|
2951
2951
|
optional MessageKey requestMessageKey = 3;
|
|
2952
2952
|
optional PaymentBackground background = 4;
|
|
2953
2953
|
}
|
|
2954
|
-
|
|
2954
|
+
|
|
2955
2955
|
message SenderKeyDistributionMessage {
|
|
2956
2956
|
optional string groupId = 1;
|
|
2957
2957
|
optional bytes axolotlSenderKeyDistributionMessage = 2;
|
|
2958
2958
|
}
|
|
2959
|
-
|
|
2959
|
+
|
|
2960
2960
|
message StatusNotificationMessage {
|
|
2961
2961
|
optional MessageKey responseMessageKey = 1;
|
|
2962
2962
|
optional MessageKey originalMessageKey = 2;
|
|
@@ -2967,7 +2967,7 @@ message Message {
|
|
|
2967
2967
|
STATUS_RESHARE = 2;
|
|
2968
2968
|
}
|
|
2969
2969
|
}
|
|
2970
|
-
|
|
2970
|
+
|
|
2971
2971
|
message StickerMessage {
|
|
2972
2972
|
optional string url = 1;
|
|
2973
2973
|
optional bytes fileSha256 = 2;
|
|
@@ -2990,7 +2990,7 @@ message Message {
|
|
|
2990
2990
|
optional bool isLottie = 21;
|
|
2991
2991
|
optional string accessibilityLabel = 22;
|
|
2992
2992
|
}
|
|
2993
|
-
|
|
2993
|
+
|
|
2994
2994
|
message StickerPackMessage {
|
|
2995
2995
|
optional string stickerPackId = 1;
|
|
2996
2996
|
optional string name = 2;
|
|
@@ -3022,20 +3022,20 @@ message Message {
|
|
|
3022
3022
|
optional bool isLottie = 5;
|
|
3023
3023
|
optional string mimetype = 6;
|
|
3024
3024
|
}
|
|
3025
|
-
|
|
3025
|
+
|
|
3026
3026
|
enum StickerPackOrigin {
|
|
3027
3027
|
FIRST_PARTY = 0;
|
|
3028
3028
|
THIRD_PARTY = 1;
|
|
3029
3029
|
USER_CREATED = 2;
|
|
3030
3030
|
}
|
|
3031
3031
|
}
|
|
3032
|
-
|
|
3032
|
+
|
|
3033
3033
|
message StickerSyncRMRMessage {
|
|
3034
3034
|
repeated string filehash = 1;
|
|
3035
3035
|
optional string rmrSource = 2;
|
|
3036
3036
|
optional int64 requestTimestamp = 3;
|
|
3037
3037
|
}
|
|
3038
|
-
|
|
3038
|
+
|
|
3039
3039
|
message TemplateButtonReplyMessage {
|
|
3040
3040
|
optional string selectedId = 1;
|
|
3041
3041
|
optional string selectedDisplayText = 2;
|
|
@@ -3043,7 +3043,7 @@ message Message {
|
|
|
3043
3043
|
optional uint32 selectedIndex = 4;
|
|
3044
3044
|
optional uint32 selectedCarouselCardIndex = 5;
|
|
3045
3045
|
}
|
|
3046
|
-
|
|
3046
|
+
|
|
3047
3047
|
message TemplateMessage {
|
|
3048
3048
|
optional ContextInfo contextInfo = 3;
|
|
3049
3049
|
optional HydratedFourRowTemplate hydratedTemplate = 4;
|
|
@@ -3065,7 +3065,7 @@ message Message {
|
|
|
3065
3065
|
Message.LocationMessage locationMessage = 5;
|
|
3066
3066
|
}
|
|
3067
3067
|
}
|
|
3068
|
-
|
|
3068
|
+
|
|
3069
3069
|
message HydratedFourRowTemplate {
|
|
3070
3070
|
optional string hydratedContentText = 6;
|
|
3071
3071
|
optional string hydratedFooterText = 7;
|
|
@@ -3080,13 +3080,13 @@ message Message {
|
|
|
3080
3080
|
Message.LocationMessage locationMessage = 5;
|
|
3081
3081
|
}
|
|
3082
3082
|
}
|
|
3083
|
-
|
|
3083
|
+
|
|
3084
3084
|
}
|
|
3085
|
-
|
|
3085
|
+
|
|
3086
3086
|
message URLMetadata {
|
|
3087
3087
|
optional uint32 fbExperimentId = 1;
|
|
3088
3088
|
}
|
|
3089
|
-
|
|
3089
|
+
|
|
3090
3090
|
message VideoMessage {
|
|
3091
3091
|
optional string url = 1;
|
|
3092
3092
|
optional string mimetype = 2;
|
|
@@ -3121,7 +3121,7 @@ message Message {
|
|
|
3121
3121
|
TENOR = 2;
|
|
3122
3122
|
}
|
|
3123
3123
|
}
|
|
3124
|
-
|
|
3124
|
+
|
|
3125
3125
|
}
|
|
3126
3126
|
|
|
3127
3127
|
message MessageAddOn {
|
|
@@ -3258,7 +3258,7 @@ message MsgOpaqueData {
|
|
|
3258
3258
|
optional string url = 5;
|
|
3259
3259
|
optional bytes jpegThumbnail = 6;
|
|
3260
3260
|
}
|
|
3261
|
-
|
|
3261
|
+
|
|
3262
3262
|
enum PollContentType {
|
|
3263
3263
|
UNKNOWN = 0;
|
|
3264
3264
|
TEXT = 1;
|
|
@@ -3268,16 +3268,16 @@ message MsgOpaqueData {
|
|
|
3268
3268
|
optional string name = 1;
|
|
3269
3269
|
optional string hash = 2;
|
|
3270
3270
|
}
|
|
3271
|
-
|
|
3271
|
+
|
|
3272
3272
|
message PollVoteSnapshot {
|
|
3273
3273
|
optional MsgOpaqueData.PollOption option = 1;
|
|
3274
3274
|
optional int32 optionVoteCount = 2;
|
|
3275
3275
|
}
|
|
3276
|
-
|
|
3276
|
+
|
|
3277
3277
|
message PollVotesSnapshot {
|
|
3278
3278
|
repeated MsgOpaqueData.PollVoteSnapshot pollVotes = 1;
|
|
3279
3279
|
}
|
|
3280
|
-
|
|
3280
|
+
|
|
3281
3281
|
}
|
|
3282
3282
|
|
|
3283
3283
|
message MsgRowOpaqueData {
|
|
@@ -3295,7 +3295,7 @@ message NoiseCertificate {
|
|
|
3295
3295
|
optional string subject = 4;
|
|
3296
3296
|
optional bytes key = 5;
|
|
3297
3297
|
}
|
|
3298
|
-
|
|
3298
|
+
|
|
3299
3299
|
}
|
|
3300
3300
|
|
|
3301
3301
|
message NotificationMessageInfo {
|
|
@@ -3378,7 +3378,7 @@ message PaymentBackground {
|
|
|
3378
3378
|
optional bytes fileEncSha256 = 4;
|
|
3379
3379
|
optional string directPath = 5;
|
|
3380
3380
|
}
|
|
3381
|
-
|
|
3381
|
+
|
|
3382
3382
|
enum Type {
|
|
3383
3383
|
UNKNOWN = 0;
|
|
3384
3384
|
DEFAULT = 1;
|
|
@@ -3612,17 +3612,17 @@ message SenderKeyStateStructure {
|
|
|
3612
3612
|
optional uint32 iteration = 1;
|
|
3613
3613
|
optional bytes seed = 2;
|
|
3614
3614
|
}
|
|
3615
|
-
|
|
3615
|
+
|
|
3616
3616
|
message SenderMessageKey {
|
|
3617
3617
|
optional uint32 iteration = 1;
|
|
3618
3618
|
optional bytes seed = 2;
|
|
3619
3619
|
}
|
|
3620
|
-
|
|
3620
|
+
|
|
3621
3621
|
message SenderSigningKey {
|
|
3622
3622
|
optional bytes public = 1;
|
|
3623
3623
|
optional bytes private = 2;
|
|
3624
3624
|
}
|
|
3625
|
-
|
|
3625
|
+
|
|
3626
3626
|
}
|
|
3627
3627
|
|
|
3628
3628
|
message ServerErrorReceipt {
|
|
@@ -3652,16 +3652,16 @@ message SessionStructure {
|
|
|
3652
3652
|
optional uint32 index = 1;
|
|
3653
3653
|
optional bytes key = 2;
|
|
3654
3654
|
}
|
|
3655
|
-
|
|
3655
|
+
|
|
3656
3656
|
message MessageKey {
|
|
3657
3657
|
optional uint32 index = 1;
|
|
3658
3658
|
optional bytes cipherKey = 2;
|
|
3659
3659
|
optional bytes macKey = 3;
|
|
3660
3660
|
optional bytes iv = 4;
|
|
3661
3661
|
}
|
|
3662
|
-
|
|
3662
|
+
|
|
3663
3663
|
}
|
|
3664
|
-
|
|
3664
|
+
|
|
3665
3665
|
message PendingKeyExchange {
|
|
3666
3666
|
optional uint32 sequence = 1;
|
|
3667
3667
|
optional bytes localBaseKey = 2;
|
|
@@ -3671,13 +3671,13 @@ message SessionStructure {
|
|
|
3671
3671
|
optional bytes localIdentityKey = 7;
|
|
3672
3672
|
optional bytes localIdentityKeyPrivate = 8;
|
|
3673
3673
|
}
|
|
3674
|
-
|
|
3674
|
+
|
|
3675
3675
|
message PendingPreKey {
|
|
3676
3676
|
optional uint32 preKeyId = 1;
|
|
3677
3677
|
optional int32 signedPreKeyId = 3;
|
|
3678
3678
|
optional bytes baseKey = 2;
|
|
3679
3679
|
}
|
|
3680
|
-
|
|
3680
|
+
|
|
3681
3681
|
}
|
|
3682
3682
|
|
|
3683
3683
|
message SignalMessage {
|
|
@@ -3700,7 +3700,7 @@ message StatusMentionMessage {
|
|
|
3700
3700
|
}
|
|
3701
3701
|
|
|
3702
3702
|
message StatusPSA {
|
|
3703
|
-
|
|
3703
|
+
uint64 campaignId = 44;
|
|
3704
3704
|
optional uint64 campaignExpirationTimestamp = 45;
|
|
3705
3705
|
}
|
|
3706
3706
|
|
|
@@ -3789,36 +3789,36 @@ message SyncActionValue {
|
|
|
3789
3789
|
optional int32 deviceID = 2;
|
|
3790
3790
|
optional bool isDeleted = 3;
|
|
3791
3791
|
}
|
|
3792
|
-
|
|
3792
|
+
|
|
3793
3793
|
message AndroidUnsupportedActions {
|
|
3794
3794
|
optional bool allowed = 1;
|
|
3795
3795
|
}
|
|
3796
|
-
|
|
3796
|
+
|
|
3797
3797
|
message ArchiveChatAction {
|
|
3798
3798
|
optional bool archived = 1;
|
|
3799
3799
|
optional SyncActionValue.SyncActionMessageRange messageRange = 2;
|
|
3800
3800
|
}
|
|
3801
|
-
|
|
3801
|
+
|
|
3802
3802
|
message BotWelcomeRequestAction {
|
|
3803
3803
|
optional bool isSent = 1;
|
|
3804
3804
|
}
|
|
3805
|
-
|
|
3805
|
+
|
|
3806
3806
|
message CallLogAction {
|
|
3807
3807
|
optional CallLogRecord callLogRecord = 1;
|
|
3808
3808
|
}
|
|
3809
|
-
|
|
3809
|
+
|
|
3810
3810
|
message ChatAssignmentAction {
|
|
3811
3811
|
optional string deviceAgentID = 1;
|
|
3812
3812
|
}
|
|
3813
|
-
|
|
3813
|
+
|
|
3814
3814
|
message ChatAssignmentOpenedStatusAction {
|
|
3815
3815
|
optional bool chatOpened = 1;
|
|
3816
3816
|
}
|
|
3817
|
-
|
|
3817
|
+
|
|
3818
3818
|
message ClearChatAction {
|
|
3819
3819
|
optional SyncActionValue.SyncActionMessageRange messageRange = 1;
|
|
3820
3820
|
}
|
|
3821
|
-
|
|
3821
|
+
|
|
3822
3822
|
message ContactAction {
|
|
3823
3823
|
optional string fullName = 1;
|
|
3824
3824
|
optional string firstName = 2;
|
|
@@ -3827,61 +3827,61 @@ message SyncActionValue {
|
|
|
3827
3827
|
optional string pnJid = 5;
|
|
3828
3828
|
optional string username = 6;
|
|
3829
3829
|
}
|
|
3830
|
-
|
|
3830
|
+
|
|
3831
3831
|
message CtwaPerCustomerDataSharingAction {
|
|
3832
3832
|
optional bool isCtwaPerCustomerDataSharingEnabled = 1;
|
|
3833
3833
|
}
|
|
3834
|
-
|
|
3834
|
+
|
|
3835
3835
|
message CustomPaymentMethod {
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3836
|
+
string credentialId = 1;
|
|
3837
|
+
string country = 2;
|
|
3838
|
+
string type = 3;
|
|
3839
3839
|
repeated SyncActionValue.CustomPaymentMethodMetadata metadata = 4;
|
|
3840
3840
|
}
|
|
3841
|
-
|
|
3841
|
+
|
|
3842
3842
|
message CustomPaymentMethodMetadata {
|
|
3843
|
-
|
|
3844
|
-
|
|
3843
|
+
string key = 1;
|
|
3844
|
+
string value = 2;
|
|
3845
3845
|
}
|
|
3846
|
-
|
|
3846
|
+
|
|
3847
3847
|
message CustomPaymentMethodsAction {
|
|
3848
3848
|
repeated SyncActionValue.CustomPaymentMethod customPaymentMethods = 1;
|
|
3849
3849
|
}
|
|
3850
|
-
|
|
3850
|
+
|
|
3851
3851
|
message DeleteChatAction {
|
|
3852
3852
|
optional SyncActionValue.SyncActionMessageRange messageRange = 1;
|
|
3853
3853
|
}
|
|
3854
|
-
|
|
3854
|
+
|
|
3855
3855
|
message DeleteIndividualCallLogAction {
|
|
3856
3856
|
optional string peerJid = 1;
|
|
3857
3857
|
optional bool isIncoming = 2;
|
|
3858
3858
|
}
|
|
3859
|
-
|
|
3859
|
+
|
|
3860
3860
|
message DeleteMessageForMeAction {
|
|
3861
3861
|
optional bool deleteMedia = 1;
|
|
3862
3862
|
optional int64 messageTimestamp = 2;
|
|
3863
3863
|
}
|
|
3864
|
-
|
|
3864
|
+
|
|
3865
3865
|
message ExternalWebBetaAction {
|
|
3866
3866
|
optional bool isOptIn = 1;
|
|
3867
3867
|
}
|
|
3868
|
-
|
|
3868
|
+
|
|
3869
3869
|
message FavoritesAction {
|
|
3870
3870
|
repeated Favorite favorites = 1;
|
|
3871
3871
|
message Favorite {
|
|
3872
3872
|
optional string id = 1;
|
|
3873
3873
|
}
|
|
3874
|
-
|
|
3874
|
+
|
|
3875
3875
|
}
|
|
3876
|
-
|
|
3876
|
+
|
|
3877
3877
|
message KeyExpiration {
|
|
3878
3878
|
optional int32 expiredKeyEpoch = 1;
|
|
3879
3879
|
}
|
|
3880
|
-
|
|
3880
|
+
|
|
3881
3881
|
message LabelAssociationAction {
|
|
3882
3882
|
optional bool labeled = 1;
|
|
3883
3883
|
}
|
|
3884
|
-
|
|
3884
|
+
|
|
3885
3885
|
message LabelEditAction {
|
|
3886
3886
|
optional string name = 1;
|
|
3887
3887
|
optional int32 color = 2;
|
|
@@ -3902,31 +3902,31 @@ message SyncActionValue {
|
|
|
3902
3902
|
SERVER_ASSIGNED = 7;
|
|
3903
3903
|
}
|
|
3904
3904
|
}
|
|
3905
|
-
|
|
3905
|
+
|
|
3906
3906
|
message LabelReorderingAction {
|
|
3907
3907
|
repeated int32 sortedLabelIds = 1;
|
|
3908
3908
|
}
|
|
3909
|
-
|
|
3909
|
+
|
|
3910
3910
|
message LidContactAction {
|
|
3911
3911
|
optional string fullName = 1;
|
|
3912
3912
|
optional string firstName = 2;
|
|
3913
3913
|
optional string username = 3;
|
|
3914
3914
|
optional bool saveOnPrimaryAddressbook = 4;
|
|
3915
3915
|
}
|
|
3916
|
-
|
|
3916
|
+
|
|
3917
3917
|
message LocaleSetting {
|
|
3918
3918
|
optional string locale = 1;
|
|
3919
3919
|
}
|
|
3920
|
-
|
|
3920
|
+
|
|
3921
3921
|
message LockChatAction {
|
|
3922
3922
|
optional bool locked = 1;
|
|
3923
3923
|
}
|
|
3924
|
-
|
|
3924
|
+
|
|
3925
3925
|
message MarkChatAsReadAction {
|
|
3926
3926
|
optional bool read = 1;
|
|
3927
3927
|
optional SyncActionValue.SyncActionMessageRange messageRange = 2;
|
|
3928
3928
|
}
|
|
3929
|
-
|
|
3929
|
+
|
|
3930
3930
|
message MarketingMessageAction {
|
|
3931
3931
|
optional string name = 1;
|
|
3932
3932
|
optional string message = 2;
|
|
@@ -3939,14 +3939,14 @@ message SyncActionValue {
|
|
|
3939
3939
|
PERSONALIZED = 0;
|
|
3940
3940
|
}
|
|
3941
3941
|
}
|
|
3942
|
-
|
|
3942
|
+
|
|
3943
3943
|
message MarketingMessageBroadcastAction {
|
|
3944
3944
|
optional int32 repliedCount = 1;
|
|
3945
3945
|
}
|
|
3946
|
-
|
|
3946
|
+
|
|
3947
3947
|
message MerchantPaymentPartnerAction {
|
|
3948
|
-
|
|
3949
|
-
|
|
3948
|
+
Status status = 1;
|
|
3949
|
+
string country = 2;
|
|
3950
3950
|
optional string gatewayName = 3;
|
|
3951
3951
|
optional string credentialId = 4;
|
|
3952
3952
|
enum Status {
|
|
@@ -3954,13 +3954,13 @@ message SyncActionValue {
|
|
|
3954
3954
|
INACTIVE = 1;
|
|
3955
3955
|
}
|
|
3956
3956
|
}
|
|
3957
|
-
|
|
3957
|
+
|
|
3958
3958
|
message MuteAction {
|
|
3959
3959
|
optional bool muted = 1;
|
|
3960
3960
|
optional int64 muteEndTimestamp = 2;
|
|
3961
3961
|
optional bool autoMuted = 3;
|
|
3962
3962
|
}
|
|
3963
|
-
|
|
3963
|
+
|
|
3964
3964
|
message NoteEditAction {
|
|
3965
3965
|
optional NoteType type = 1;
|
|
3966
3966
|
optional string chatJid = 2;
|
|
@@ -3972,7 +3972,7 @@ message SyncActionValue {
|
|
|
3972
3972
|
STRUCTURED = 2;
|
|
3973
3973
|
}
|
|
3974
3974
|
}
|
|
3975
|
-
|
|
3975
|
+
|
|
3976
3976
|
message NotificationActivitySettingAction {
|
|
3977
3977
|
optional NotificationActivitySetting notificationActivitySetting = 1;
|
|
3978
3978
|
enum NotificationActivitySetting {
|
|
@@ -3982,51 +3982,51 @@ message SyncActionValue {
|
|
|
3982
3982
|
DEFAULT_HIGHLIGHTS = 3;
|
|
3983
3983
|
}
|
|
3984
3984
|
}
|
|
3985
|
-
|
|
3985
|
+
|
|
3986
3986
|
message NuxAction {
|
|
3987
3987
|
optional bool acknowledged = 1;
|
|
3988
3988
|
}
|
|
3989
|
-
|
|
3989
|
+
|
|
3990
3990
|
message PaymentInfoAction {
|
|
3991
3991
|
optional string cpi = 1;
|
|
3992
3992
|
}
|
|
3993
|
-
|
|
3993
|
+
|
|
3994
3994
|
message PaymentTosAction {
|
|
3995
|
-
|
|
3996
|
-
|
|
3995
|
+
PaymentNotice paymentNotice = 1;
|
|
3996
|
+
bool accepted = 2;
|
|
3997
3997
|
enum PaymentNotice {
|
|
3998
3998
|
BR_PAY_PRIVACY_POLICY = 0;
|
|
3999
3999
|
}
|
|
4000
4000
|
}
|
|
4001
|
-
|
|
4001
|
+
|
|
4002
4002
|
message PinAction {
|
|
4003
4003
|
optional bool pinned = 1;
|
|
4004
4004
|
}
|
|
4005
|
-
|
|
4005
|
+
|
|
4006
4006
|
message PnForLidChatAction {
|
|
4007
4007
|
optional string pnJid = 1;
|
|
4008
4008
|
}
|
|
4009
|
-
|
|
4009
|
+
|
|
4010
4010
|
message PrimaryFeature {
|
|
4011
4011
|
repeated string flags = 1;
|
|
4012
4012
|
}
|
|
4013
|
-
|
|
4013
|
+
|
|
4014
4014
|
message PrimaryVersionAction {
|
|
4015
4015
|
optional string version = 1;
|
|
4016
4016
|
}
|
|
4017
|
-
|
|
4017
|
+
|
|
4018
4018
|
message PrivacySettingDisableLinkPreviewsAction {
|
|
4019
4019
|
optional bool isPreviewsDisabled = 1;
|
|
4020
4020
|
}
|
|
4021
|
-
|
|
4021
|
+
|
|
4022
4022
|
message PrivacySettingRelayAllCalls {
|
|
4023
4023
|
optional bool isEnabled = 1;
|
|
4024
4024
|
}
|
|
4025
|
-
|
|
4025
|
+
|
|
4026
4026
|
message PushNameSetting {
|
|
4027
4027
|
optional string name = 1;
|
|
4028
4028
|
}
|
|
4029
|
-
|
|
4029
|
+
|
|
4030
4030
|
message QuickReplyAction {
|
|
4031
4031
|
optional string shortcut = 1;
|
|
4032
4032
|
optional string message = 2;
|
|
@@ -4034,23 +4034,23 @@ message SyncActionValue {
|
|
|
4034
4034
|
optional int32 count = 4;
|
|
4035
4035
|
optional bool deleted = 5;
|
|
4036
4036
|
}
|
|
4037
|
-
|
|
4037
|
+
|
|
4038
4038
|
message RecentEmojiWeightsAction {
|
|
4039
4039
|
repeated RecentEmojiWeight weights = 1;
|
|
4040
4040
|
}
|
|
4041
|
-
|
|
4041
|
+
|
|
4042
4042
|
message RemoveRecentStickerAction {
|
|
4043
4043
|
optional int64 lastStickerSentTs = 1;
|
|
4044
4044
|
}
|
|
4045
|
-
|
|
4045
|
+
|
|
4046
4046
|
message SecurityNotificationSetting {
|
|
4047
4047
|
optional bool showNotification = 1;
|
|
4048
4048
|
}
|
|
4049
|
-
|
|
4049
|
+
|
|
4050
4050
|
message StarAction {
|
|
4051
4051
|
optional bool starred = 1;
|
|
4052
4052
|
}
|
|
4053
|
-
|
|
4053
|
+
|
|
4054
4054
|
message StatusPrivacyAction {
|
|
4055
4055
|
optional StatusDistributionMode mode = 1;
|
|
4056
4056
|
repeated string userJid = 2;
|
|
@@ -4060,7 +4060,7 @@ message SyncActionValue {
|
|
|
4060
4060
|
CONTACTS = 2;
|
|
4061
4061
|
}
|
|
4062
4062
|
}
|
|
4063
|
-
|
|
4063
|
+
|
|
4064
4064
|
message StickerAction {
|
|
4065
4065
|
optional string url = 1;
|
|
4066
4066
|
optional bytes fileEncSha256 = 2;
|
|
@@ -4074,36 +4074,36 @@ message SyncActionValue {
|
|
|
4074
4074
|
optional uint32 deviceIdHint = 10;
|
|
4075
4075
|
optional bool isLottie = 11;
|
|
4076
4076
|
}
|
|
4077
|
-
|
|
4077
|
+
|
|
4078
4078
|
message SubscriptionAction {
|
|
4079
4079
|
optional bool isDeactivated = 1;
|
|
4080
4080
|
optional bool isAutoRenewing = 2;
|
|
4081
4081
|
optional int64 expirationDate = 3;
|
|
4082
4082
|
}
|
|
4083
|
-
|
|
4083
|
+
|
|
4084
4084
|
message SyncActionMessage {
|
|
4085
4085
|
optional MessageKey key = 1;
|
|
4086
4086
|
optional int64 timestamp = 2;
|
|
4087
4087
|
}
|
|
4088
|
-
|
|
4088
|
+
|
|
4089
4089
|
message SyncActionMessageRange {
|
|
4090
4090
|
optional int64 lastMessageTimestamp = 1;
|
|
4091
4091
|
optional int64 lastSystemMessageTimestamp = 2;
|
|
4092
4092
|
repeated SyncActionValue.SyncActionMessage messages = 3;
|
|
4093
4093
|
}
|
|
4094
|
-
|
|
4094
|
+
|
|
4095
4095
|
message TimeFormatAction {
|
|
4096
4096
|
optional bool isTwentyFourHourFormatEnabled = 1;
|
|
4097
4097
|
}
|
|
4098
|
-
|
|
4098
|
+
|
|
4099
4099
|
message UnarchiveChatsSetting {
|
|
4100
4100
|
optional bool unarchiveChats = 1;
|
|
4101
4101
|
}
|
|
4102
|
-
|
|
4102
|
+
|
|
4103
4103
|
message UserStatusMuteAction {
|
|
4104
4104
|
optional bool muted = 1;
|
|
4105
4105
|
}
|
|
4106
|
-
|
|
4106
|
+
|
|
4107
4107
|
message UsernameChatStartModeAction {
|
|
4108
4108
|
optional ChatStartMode chatStartMode = 1;
|
|
4109
4109
|
enum ChatStartMode {
|
|
@@ -4111,18 +4111,18 @@ message SyncActionValue {
|
|
|
4111
4111
|
PN = 2;
|
|
4112
4112
|
}
|
|
4113
4113
|
}
|
|
4114
|
-
|
|
4114
|
+
|
|
4115
4115
|
message WaffleAccountLinkStateAction {
|
|
4116
4116
|
optional AccountLinkState linkState = 2;
|
|
4117
4117
|
enum AccountLinkState {
|
|
4118
4118
|
ACTIVE = 0;
|
|
4119
4119
|
}
|
|
4120
4120
|
}
|
|
4121
|
-
|
|
4121
|
+
|
|
4122
4122
|
message WamoUserIdentifierAction {
|
|
4123
4123
|
optional string identifier = 1;
|
|
4124
4124
|
}
|
|
4125
|
-
|
|
4125
|
+
|
|
4126
4126
|
}
|
|
4127
4127
|
|
|
4128
4128
|
message SyncdIndex {
|
|
@@ -4191,17 +4191,17 @@ message TemplateButton {
|
|
|
4191
4191
|
optional Message.HighlyStructuredMessage displayText = 1;
|
|
4192
4192
|
optional Message.HighlyStructuredMessage phoneNumber = 2;
|
|
4193
4193
|
}
|
|
4194
|
-
|
|
4194
|
+
|
|
4195
4195
|
message QuickReplyButton {
|
|
4196
4196
|
optional Message.HighlyStructuredMessage displayText = 1;
|
|
4197
4197
|
optional string id = 2;
|
|
4198
4198
|
}
|
|
4199
|
-
|
|
4199
|
+
|
|
4200
4200
|
message URLButton {
|
|
4201
4201
|
optional Message.HighlyStructuredMessage displayText = 1;
|
|
4202
4202
|
optional Message.HighlyStructuredMessage url = 2;
|
|
4203
4203
|
}
|
|
4204
|
-
|
|
4204
|
+
|
|
4205
4205
|
}
|
|
4206
4206
|
|
|
4207
4207
|
message UrlTrackingMap {
|
|
@@ -4212,7 +4212,7 @@ message UrlTrackingMap {
|
|
|
4212
4212
|
optional string consentedUsersUrl = 3;
|
|
4213
4213
|
optional uint32 cardIndex = 4;
|
|
4214
4214
|
}
|
|
4215
|
-
|
|
4215
|
+
|
|
4216
4216
|
}
|
|
4217
4217
|
|
|
4218
4218
|
message UserPassword {
|
|
@@ -4238,13 +4238,13 @@ message UserPassword {
|
|
|
4238
4238
|
uint32 asUnsignedInteger = 2;
|
|
4239
4239
|
}
|
|
4240
4240
|
}
|
|
4241
|
-
|
|
4241
|
+
|
|
4242
4242
|
}
|
|
4243
|
-
|
|
4243
|
+
|
|
4244
4244
|
}
|
|
4245
4245
|
|
|
4246
4246
|
message UserReceipt {
|
|
4247
|
-
|
|
4247
|
+
string userJid = 1;
|
|
4248
4248
|
optional int64 receiptTimestamp = 2;
|
|
4249
4249
|
optional int64 readTimestamp = 3;
|
|
4250
4250
|
optional int64 playedTimestamp = 4;
|
|
@@ -4263,7 +4263,7 @@ message VerifiedNameCertificate {
|
|
|
4263
4263
|
repeated LocalizedName localizedNames = 8;
|
|
4264
4264
|
optional uint64 issueTime = 10;
|
|
4265
4265
|
}
|
|
4266
|
-
|
|
4266
|
+
|
|
4267
4267
|
}
|
|
4268
4268
|
|
|
4269
4269
|
message WallpaperSettings {
|
|
@@ -4326,7 +4326,7 @@ message WebFeatures {
|
|
|
4326
4326
|
}
|
|
4327
4327
|
|
|
4328
4328
|
message WebMessageInfo {
|
|
4329
|
-
|
|
4329
|
+
MessageKey key = 1;
|
|
4330
4330
|
optional Message message = 2;
|
|
4331
4331
|
optional uint64 messageTimestamp = 3;
|
|
4332
4332
|
optional Status status = 4;
|