chore: update proto/version to v2.3000.1036375660 (#334)

Co-authored-by: rsalcara <rsalcara@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-01 01:01:11 -03:00
committed by GitHub
parent 3baa494fad
commit 60302d73d5
4 changed files with 34 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
syntax = "proto3";
package proto;
/// WhatsApp Version: 2.3000.1036244875
/// WhatsApp Version: 2.3000.1036375660
message ADVDeviceIdentity {
optional uint32 rawId = 1;
@@ -1664,6 +1664,7 @@ message DeviceCapabilities {
optional bool companionSupportEnabled = 2;
optional bool campaignSyncEnabled = 3;
optional bool insightsSyncEnabled = 4;
optional int32 recipientLimit = 5;
}
enum ChatLockSupportLevel {
@@ -5998,6 +5999,7 @@ message WebMessageInfo {
GROUP_OPEN_BOT_ADDED = 222;
GROUP_TEE_BOT_ADDED = 223;
CONTACT_INFO = 224;
SCHEDULED_MESSAGE_CREATED = 225;
}
}