ENUM
MessageStatus
Supported values for message status.
link GraphQL Schema definition
- enum MessageStatus {
- # Indicates that message is successfully delivered.
- # Indicates that message is queued and ready for sending.
- # Indicates that message is successfully received.
- # Indicates that message is successfully sent.
- # Indicates that message is undelivered.
- # Indicates that call is in progress.
- # Indicates that call is in ringing status.
- # Indicates that call is not answered.
- # Indicates that call is canceled.
- # Indicates that call is completed.
- # Indicates that user was busy during the call.
- # Indicates that call was failed.
- # Indicated that the message is read (on certain channels).
- }