OBJECT

SendWhisperPayload

link GraphQL Schema definition

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