telegram-node-bot
telegram-node-bot copied to clipboard
Node module for creating Telegram bots.
Hi all! I have host an example of this library on heroku but when deploy after a few minutes I get this error on log: > Error R10 (Boot timeout)...
Does anyone know how to run the example with the vscode debugger attached?
Im trying to use CustomFilterCommand class, but when Im trying to create a new CUstomFilterCommand Object I get the following error TypeError: CustomFilterCommand is not a constructor I followed the...
Have generate inlineMenu from some json-array. Code: ``` var sectionTitles=[]; var layoutList=[]; for(data in someArray){ sectionTitles.push({ text: data, callback: (mes) => { console.log(data) } }) layoutList.push('1'); } tg.runInlineMenu(tgUser, 'sendMessage', 'Press...
Hi, thank you for an awesome API implementation. I began using your module and found unwanted behaviour with tg.api.sendMessage method. Basically, tg.api.sendMessage() sends same message (number of workers + 1)...
How can we contribute? Why there are no releases?
Sometimes crash with Error: fetchUpdate Error: channel closed at ChildProcess.target.send (internal/child_process.js:554:16) at Worker.send (cluster.js:64:28) at updates.forEach.u at Telegram._processUpdates at LongPoolingUpdateFetcher._updatesFetcher.fetch.updates [as _callback] at _api.getUpdates.then.updates (LongPoolingUpdateFetcher.js:40:26) at process._tickCallback
Hi! I have some problems with android telegram client. If I send a message with a link and callback button for this message, after press callback button client app force...
`{ "ok": true, "result": { "url": "", "has_custom_certificate": false, "pending_update_count": 8, "last_error_date": 1504354270, "last_error_message": "Connection timed out", "max_connections": 40 } }` Bot not response to telegram and no error display...