You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On v1, we had Session.sendMessage, where we could have a JSON be sent exactly as is to the desired channel. That was useful for quick testing and implementing stuff that's not yet implemented on the lib.
I don't seem to be able to use it on v3. I get "[TypeError: session.sendMessage is not a function]"
Is there an alternative to sending raw output to the channels? Using session.send doesn't seem to work.
Using Node.js version 3.1.1
On v1, we had Session.sendMessage, where we could have a JSON be sent exactly as is to the desired channel. That was useful for quick testing and implementing stuff that's not yet implemented on the lib.
I don't seem to be able to use it on v3. I get "[TypeError: session.sendMessage is not a function]"
Is there an alternative to sending raw output to the channels? Using session.send doesn't seem to work.