Adding a new webhook that triggers when a message is updated by the user

This commit is contained in:
pedro-php
2025-03-27 11:13:22 -03:00
parent 427c994993
commit 119ceba1ca
8 changed files with 33 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ export enum Events {
MESSAGES_UPDATE = 'messages.update',
MESSAGES_DELETE = 'messages.delete',
SEND_MESSAGE = 'send.message',
SEND_MESSAGE_UPDATE = 'send.message.update',
CONTACTS_SET = 'contacts.set',
CONTACTS_UPSERT = 'contacts.upsert',
CONTACTS_UPDATE = 'contacts.update',