Wapi.js Docs / MessageStatusEnumDocumentation Index
Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt
Use this file to discover all available pages before exploring further.
Enumeration: MessageStatusEnum
Enum representing the status of a messageEnumeration Members
Delivered
Delivered: "delivered"
Source
packages/wapi.js/src/webhook/type.ts:95Failed
Failed: "failed"
Source
packages/wapi.js/src/webhook/type.ts:94Read
Read: "read"
Source
packages/wapi.js/src/webhook/type.ts:96Sent
Sent: "sent"