yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.45k stars 1.53k forks source link

Sync master with release branch and release latest code changes #817

Closed n0th1ng-else closed 4 years ago

n0th1ng-else commented 4 years ago

Question

Can we release the latest changes? I can see the library supports the latest api like "setMyCommands" etc... but these changes are in the master, not in the release branch so they are not released yet? at least I don't have it after picked the library up in my project.

Right now API documentation is out of sync with the latest release version. (I guess we want to collect documentation from the release branch as well)

So could you please do a new release? Thanks guys!

n0th1ng-else commented 4 years ago

My bad. I was using typescript and there was missing info in definitions file. Updated types package and everything is okay now. Sorry for bothering you.