mast / telegram-bot-api

First Telegram Bot API node.js library
http://mast.github.io/telegram-bot-api/
MIT License
246 stars 64 forks source link

add typescript type declarations #60

Open acran opened 5 years ago

acran commented 5 years ago

This change set adds type declarations to allow using this package in TypeScript projects while having full support for autocompletion and integrated API documentation.

It also fixes some bugs I discovered along the way, mostly missing parameters/documentation in code comments.

acran commented 5 years ago

@mast: shamelessly pushing this PR again

saitho commented 3 years ago

@mast Are you planning to add TypeScript support for this package? :)