David Krásný
Results
3
comments of
David Krásný
@distantcam solution works fine on Windows, but the function SetApartmentState is not available on Linux. Is there something that works on both platforms?
Hi Mark. I sent it to your email.
I've already figured it out. ``` javascript convo.ask({ ... }, (payload, convo) => { ... }, [ { event: 'attachment', callback: (payload, convo) => { const text = payload.message.attachments[0].payload["coordinates"]; console.log(text);...