Skip to content

Commit bee816d

Browse files
committed
Add missing webhook data
WhatsApp casually changing the webhook message without changelog... Such a WhatsApp thing to do...
1 parent 8fee219 commit bee816d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ export type ServerInteractiveCallPermissionMessage = {
596596
type: "call_permission_reply";
597597
call_permission_reply: {
598598
response: "accept" | "reject";
599+
is_permanent: false;
599600
expiration_timestamp: number;
600601
response_source: "user_action" | "automatic";
601602
};

0 commit comments

Comments
 (0)