telegram-node-bot
telegram-node-bot copied to clipboard
Full API link is dead
Hi,
Is it me or the link towards the full api reference is dead ?
By chance, has someone downloaded the full API ?
Thanks 😄
i'm needing it :-(
@giu-lia tell us if you find anything :)
Wondering the same ! Latest commit to this repo is over 2 years ago, Could it be that it's no longer being maintained?
Could be no longer maintained but it would be a shame ... Do you know another great and still maintained node module for programming telegram bot ?
Ok i found something to generated a documentation via the package jsdoc. You can install npm package "jsdoc" with npm install -g jsdoc then go in the folder node_modules > telegram-node-bot and then use the command jsdoc lib -r
You have a HTML documentation with a list of attributes and functions. It's not ideal but it's something 😄
Note that you'll have some long errors after executing the HTML-doc-generating command but the doc is still generated in out directory
I found something close to it on webback. It doesn't have all the pages but if you are favored you can find the page you specifically need there.