telegram-node-bot icon indicating copy to clipboard operation
telegram-node-bot copied to clipboard

Full API link is dead

Open ThomasF34 opened this issue 7 years ago • 6 comments

Hi,

Is it me or the link towards the full api reference is dead ?

By chance, has someone downloaded the full API ?

Thanks 😄

ThomasF34 avatar Jul 26 '18 20:07 ThomasF34

i'm needing it :-(

giu-lia avatar Jul 30 '18 03:07 giu-lia

@giu-lia tell us if you find anything :)

igwall avatar Jul 30 '18 08:07 igwall

Wondering the same ! Latest commit to this repo is over 2 years ago, Could it be that it's no longer being maintained?

MattiaVorstenbosch avatar Aug 08 '18 17:08 MattiaVorstenbosch

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 ?

ThomasF34 avatar Aug 11 '18 16:08 ThomasF34

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

ThomasF34 avatar Aug 11 '18 16:08 ThomasF34

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.

rotimi-best avatar Nov 08 '18 05:11 rotimi-best