Types
DirectMessageOutcome
The result of a direct-message send: sent, or a coded reason it was skipped.
enum
DirectMessageOutcomeValues
SENT
The message was delivered.
The conversation or recipient is no longer available; no message was sent.
SKIPPED_NETWORK_CHAT_DISABLED
Private chat is disabled for the Network; no message was sent.
SKIPPED_RECIPIENT_CHAT_DISABLED
Private chat is disabled for the recipient; no message was sent.
SKIPPED_RECIPIENT_LIMITED_MEMBER
The recipient is a Limited Member; private chat does not apply, so no message was sent.
SKIPPED_SELF_MESSAGE
The sender and the recipient are the same member; a self-message is not sent.
SKIPPED_SENDER_CHAT_DISABLED
Private chat is disabled for the sender; no message was sent.
SKIPPED_SENDER_NOT_HOST
The sender is not a Host or Moderator; to avoid spam controls, no message was sent.