telegram-payment-bot
telegram-payment-bot copied to clipboard
replyWithInvoice not defined
Trying to run this demo .. getting the following error when i choose the product.
ReferenceError: replyWithInvoice is not defined
at app.hears (C:\Users\jb\Source\Repos\GridLockBot2\index.js:52:9)
at Promise.resolve.then (C:\Users\jb\Source\Repos\GridLockBot2\node_modules\telegraf\composer.js:93:56)
at
Your probably missing ctx
ctx.replyWithInvoice(createInvoice(p));
Thank you , I could've swore I tried that , but I tried again and it worked. Thank you.
👌