Skip to content

Commit

Permalink
Update WAProto.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent c946947 commit 586d898
Show file tree
Hide file tree
Showing 3 changed files with 861 additions and 735 deletions.
25 changes: 14 additions & 11 deletions WAProto.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package waproto;

/// WhatsApp Version: 2.3000.1018853814
/// WhatsApp Version: 2.3000.1018934872

message ADVDeviceIdentity {
optional uint32 rawId = 1;
Expand Down Expand Up @@ -434,6 +434,7 @@ message ChatRowOpaqueData {

message ClientPairingProps {
optional bool isChatDbLidMigrated = 1;
optional bool isSyncdPureLidSession = 2;
}

message ClientPayload {
Expand Down Expand Up @@ -705,6 +706,7 @@ message ContextInfo {
optional bytes ctwaPayload = 55;
optional ForwardedAIBotMessageInfo forwardedAiBotMessageInfo = 56;
optional StatusAttributionType statusAttributionType = 57;
optional UrlTrackingMap urlTrackingMap = 58;
message AdReplyInfo {
optional string advertiserName = 1;
optional MediaType mediaType = 2;
Expand Down Expand Up @@ -1934,16 +1936,6 @@ message Message {
}
}

message UrlTrackingMap {
repeated UrlTrackingMapElement urlTrackingMapElements = 1;
message UrlTrackingMapElement {
optional string originalUrl = 1;
optional string unconsentedUsersUrl = 2;
optional string consentedUsersUrl = 3;
}

}

}

message InteractiveResponseMessage {
Expand Down Expand Up @@ -3673,6 +3665,17 @@ message TemplateButton {

}

message UrlTrackingMap {
repeated UrlTrackingMapElement urlTrackingMapElements = 1;
message UrlTrackingMapElement {
optional string originalUrl = 1;
optional string unconsentedUsersUrl = 2;
optional string consentedUsersUrl = 3;
optional uint32 cardIndex = 4;
}

}

message UserPassword {
optional Encoding encoding = 1;
optional Transformer transformer = 2;
Expand Down
Loading

0 comments on commit 586d898

Please sign in to comment.