V2 2024-04-14
ยท One min read
For full details, visit the official API documentation: Official Documentation 1.3.0.
This version features significant improvements, including migration to the PostgreSQL database, integration with Prisma ORM, and new storage and interaction features.
.env
file to simplify configuration.{
"messageId": 1325, // unique message id in the database
"keyRemoteJid": "[email protected]", // WhatsApp phone number
"keyId": "KDFKJRGLGR51VR5", // WhatsApp message id
"messageType": "conversation", // message source type
"pushName": "Name", // WhatsApp account name
"instanceId": 12 // id of the WhatsApp instance linked to the API
}
We encourage feedback on this release. For support or suggestions, contact us through our official channels.
name
property limitation adjustment. [31feb72]media.handler.ts
file. [3f255f5]Streams
- memory optimization, speed and scalability for large volumes of data. [607c0dd]