chore: update proto/version to v2.3000.1034095029 (#226)

Co-authored-by: rsalcara <rsalcara@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-26 00:46:17 -03:00
committed by GitHub
parent 979ef19228
commit fa417f2a6d
4 changed files with 341 additions and 4 deletions
+18 -1
View File
@@ -1,7 +1,7 @@
syntax = "proto3";
package proto;
/// WhatsApp Version: 2.3000.1034008163
/// WhatsApp Version: 2.3000.1034095029
message ADVDeviceIdentity {
optional uint32 rawId = 1;
@@ -909,6 +909,7 @@ message BotSignatureVerificationUseCaseProof {
enum BotSignatureUseCase {
UNSPECIFIED = 0;
WA_BOT_MSG = 1;
WA_TEE_BOT_MSG = 2;
}
}
@@ -1940,6 +1941,7 @@ message HistorySync {
optional string companionMetaNonce = 16;
optional bytes shareableChatIdentifierEncryptionKey = 17;
repeated Account accounts = 18;
optional bytes nctSalt = 19;
enum BotAIWaitListState {
IN_WAITLIST = 0;
AI_AVAILABLE = 1;
@@ -2112,6 +2114,7 @@ message LimitSharing {
CHAT_SETTING = 1;
BIZ_SUPPORTS_FB_HOSTING = 2;
UNKNOWN_GROUP = 3;
DEPRECATION = 4;
}
}
@@ -2270,6 +2273,7 @@ message Message {
optional FutureProofMessage newsletterAdminProfileMessageV2 = 117;
optional FutureProofMessage spoilerMessage = 118;
optional PollCreationMessage pollCreationMessageV6 = 119;
optional ConditionalRevealMessage conditionalRevealMessage = 120;
message AlbumMessage {
optional uint32 expectedImageCount = 2;
optional uint32 expectedVideoCount = 3;
@@ -2474,6 +2478,17 @@ message Message {
optional MessageKey targetMessageKey = 2;
}
message ConditionalRevealMessage {
optional bytes encPayload = 1;
optional bytes encIv = 2;
optional ConditionalRevealMessageType conditionalRevealMessageType = 3;
optional string revealKeyId = 4;
enum ConditionalRevealMessageType {
UNKNOWN = 0;
SCHEDULED_MESSAGE = 1;
}
}
message ContactMessage {
optional string displayName = 1;
optional string vcard = 16;
@@ -5164,6 +5179,8 @@ message SyncActionValue {
message StatusPrivacyAction {
optional StatusDistributionMode mode = 1;
repeated string userJid = 2;
optional bool shareToFB = 3;
optional bool shareToIG = 4;
enum StatusDistributionMode {
ALLOW_LIST = 0;
DENY_LIST = 1;