chore: update proto/version to v2.3000.1033732349 (#198)

Co-authored-by: rsalcara <rsalcara@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-20 00:46:26 -03:00
committed by GitHub
parent 33cce2a6c2
commit cd8c7d5a16
4 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
syntax = "proto3";
package proto;
/// WhatsApp Version: 2.3000.1033679241
/// WhatsApp Version: 2.3000.1033732349
message ADVDeviceIdentity {
optional uint32 rawId = 1;
@@ -695,6 +695,7 @@ enum BotMetricsEntryPoint {
META_AI_SETTINGS = 45;
WEB_INTRO_PANEL = 46;
WEB_NAVIGATION_BAR = 47;
GROUP_MEMBER = 54;
}
message BotMetricsMetadata {
optional string destinationId = 1;
+2 -1
View File
@@ -1763,7 +1763,8 @@ export namespace proto {
ASK_META_AI_NO_SEARCH_RESULTS = 41,
META_AI_SETTINGS = 45,
WEB_INTRO_PANEL = 46,
WEB_NAVIGATION_BAR = 47
WEB_NAVIGATION_BAR = 47,
GROUP_MEMBER = 54
}
interface IBotMetricsMetadata {
+9
View File
@@ -10301,6 +10301,10 @@ export const proto = $root.proto = (() => {
case 47:
m.botEntryPointOrigin = 47;
break;
case "GROUP_MEMBER":
case 54:
m.botEntryPointOrigin = 54;
break;
}
if (d.forwardScore != null) {
m.forwardScore = d.forwardScore >>> 0;
@@ -11340,6 +11344,7 @@ export const proto = $root.proto = (() => {
values[valuesById[45] = "META_AI_SETTINGS"] = 45;
values[valuesById[46] = "WEB_INTRO_PANEL"] = 46;
values[valuesById[47] = "WEB_NAVIGATION_BAR"] = 47;
values[valuesById[54] = "GROUP_MEMBER"] = 54;
return values;
})();
@@ -11615,6 +11620,10 @@ export const proto = $root.proto = (() => {
case 47:
m.destinationEntryPoint = 47;
break;
case "GROUP_MEMBER":
case 54:
m.destinationEntryPoint = 54;
break;
}
switch (d.threadOrigin) {
default: