Skip to content

Commit

Permalink
Merge pull request #22 from sinaa/patch-1
Browse files Browse the repository at this point in the history
Fix `id` type of WebhookMessage from number to string
  • Loading branch information
MarcosNicolau authored Mar 13, 2024
2 parents 4023552 + 76570f7 commit 762a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export type WebhookMessage = {
/**
* The ID for the message that was received by the business. You could use messages endpoint to mark it as read.
*/
id: number;
id: string;
/**
* A webhook is triggered when a customer's phone number or profile information has been updated.
*/
Expand Down

0 comments on commit 762a33d

Please sign in to comment.