yagop / node-telegram-bot-api

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

[Mistake][TypeScript] Expected 1 arguments, but got 2 #862

Closed dawadam closed 3 years ago

dawadam commented 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

dawadam commented 3 years ago

Sorry, it was a mistake...