Closed dawadam closed 3 years ago
Hi, thanks for job. I'm using this lib with type script, and when i make copy of exemple for testing, like this :
let bot = new TelegramBot(token, {polling: true});
A type error appear, this can break type script compilation. Error say thas the second parametter don't exist :
Expected 1 arguments, but got 2
Sorry, it was a mistake...
Hi, thanks for job. I'm using this lib with type script, and when i make copy of exemple for testing, like this :
let bot = new TelegramBot(token, {polling: true});
A type error appear, this can break type script compilation. Error say thas the second parametter don't exist :
Expected 1 arguments, but got 2