1.0.9 • Published 6 years ago
@darkwolf/tg-bot v1.0.9
Telegram Bot API
Use
const { TelegramBot } = require('@darkwolf/tg-bot')
const bot = new TelegramBot('token')
bot.sendMessage({
chatId: 123456789,
text: '*Ave, Darkwolf!*',
parseMode: 'Markdown'
}).then(res => console.log(res))