const generateQR = async text => { // NOTE: sending as form data as data url in a stream does not seem to work with TG api as of this writing. https://github.com/lightningames/lnbitsbot-js/blob/2eb1b48d062489885c81e074b5f9a7f05d96a28f/lnbits_api.js#L168
const generateQR = async text => {
// NOTE: sending as form data as data url in a stream does not seem to work with TG api as of this writing.
lnbitsbot-js/lnbits_api.js
Line 168 in 2eb1b48