OBJECT
SendWhisperPayload
link GraphQL Schema definition
1 type SendWhisperPayload { 2 3 # If an error occurred, the error code. Otherwise null. 4 : SendWhisperError 5 6 # The message that was sent, or null if there was an error. 7 : WhisperMessage 8 9 }