You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
node-telegram-bot-api/test
Yago d883ebe6f2 Babel compile ES2015 to ES5 for publishing, support for old NodeJS versions. JSDoc can't parse class-properties, generate lib-doc. Run tests against lib. #90 10 years ago
..
README.md How to run the tests. 10 years ago
bot.gif First commit 11 years ago
index.js Babel compile ES2015 to ES5 for publishing, support for old NodeJS versions. JSDoc can't parse class-properties, generate lib-doc. Run tests against lib. #90 10 years ago
mocha.opts refactor: rewrite to babel, es6 & eslint 10 years ago
sticker.webp sendSticker method 11 years ago
video.mp4 sendVideo method 11 years ago

README.md

Running the tests:

export TEST_TELEGRAM_TOKEN=<YOUR_BOT_TOKEN>
# User Id which you want to send the messages.
export TEST_USER_ID=<USER_ID>
npm run test