mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

Telegram API for scripting #474

Closed nagurao closed 5 years ago

nagurao commented 5 years ago

Can we have API for Telegram on similar lines of PushBullet?

jkandasa commented 5 years ago

@nagurao this feature added in SNAPSHOT version. Following api's will be available for Telegram,

mcApi.operation().sendTelegramMessage(String chatId, String parseMode, String text); // supported parseMode: text, html, markdown
mcApi.operation().sendTelegramMessage(String chatId, String text); // default parseMode: text