diff --git a/WAProto/WAProto.proto b/WAProto/WAProto.proto index d9dda01d..78d1aef8 100644 --- a/WAProto/WAProto.proto +++ b/WAProto/WAProto.proto @@ -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; diff --git a/WAProto/index.d.ts b/WAProto/index.d.ts index 86131585..839d21b3 100644 --- a/WAProto/index.d.ts +++ b/WAProto/index.d.ts @@ -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 { diff --git a/WAProto/index.js b/WAProto/index.js index c93293a4..3d7fecb6 100644 --- a/WAProto/index.js +++ b/WAProto/index.js @@ -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: diff --git a/src/Defaults/baileys-version.json b/src/Defaults/baileys-version.json index 27f94f47..2161a1f7 100644 --- a/src/Defaults/baileys-version.json +++ b/src/Defaults/baileys-version.json @@ -1 +1 @@ -{"version":[2,3000,1033685351]} +{"version": [2, 3000, 1033732349]}