micro-bot
micro-bot copied to clipboard
Access Telegram API
Is it possible to access Telegram API such as bot.telegram.sendMessage via micro-bot?
@realies
You can define method like this and use bot.telegram.sendMessage
bot.init = async (mBot) => {
bot.telegram = mBot.telegram;
}
Can this be added to the repo so it is available by default?