تعديل الرسالة

يتم تفعيله عندما يقوم المستخدم بتعديل رسالة مرسلة.

توصيات

  • Update the text content for the existing message ID in your database.

  • Consider keeping an edit history if your application requires message auditing.

الردود المتوقعة

استكشف كافة الردود والنتائج المحتملة من الخادم. قمنا بتوثيق كل كود حالة (Status Code) مع أمثلة للبيانات لتسهيل معالجة الأخطاء والنجاح.

Webhook Payload Example
application/json
string *
number *
string *
object *
string *
string *
object *
object *

Example

{
"id": "evt_01...",
"timestamp": 1634567890123,
"session": "default",
"metadata": {
  "user.id": "123",
  "user.email": "email@example.com"
  },
"engine": "WEBJS",
"event": "message.edited",
"payload": {
  "id": "false_11111111111@c.us_...",
  "newBody": "Updated message text!",
  "prevBody": "Old message text"
  },
"me": {
  "id": "11111111111@c.us",
  "lid": "123@lid",
  "pushName": "Instance"
  }
}

Command Palette

Search for a command to run...