Structs§
Enums§
- Phase
- The current status. One of:
waiting
: Messages are not yet ready to be sent. They are currently being filtered or processed in some way.sending
: Messages are currently being sent.succeeded
: Messages were sent successfully. This may not mean the messages were successfully received.failed
: Messages failed to be sent. Use the failedDescription property to find the cause of the failure.