We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you try to do something like this, it silently fails and returns undefined:
undefined
reply({ type: 'text', text: 'Hello, world!' })
(text is an invalid message type, I meant message.)
text
message
Same with networks.send(), it returns an array of undefineds.
networks.send()