*** id: 527997dc-7e84-40bf-a66d-ace15167fce4 title: Relay.Messaging.SendResult slug: /python/reference/messaging/send-result max-toc-depth: 3 ---------------- [relay-messaging]: /docs/server-sdk/v2/python/reference/messaging/ This object returned from [`send`][relay-messaging] method that represents 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 message. |