Relay::Messaging::SendResult
The send
method returns an instance of this class, representing the result of a send operation.
Properties
Property | Type | Description |
---|---|---|
successful | Boolean | Whether the send operation has successfully queued the message. |
message_id | String | The ID of the queued message. |
code | String | The Relay request code. 200 represents success. |