The easiest way to install this integration is to use KPM.
/kpm install telegram
To add a configuration, execute each of the following commands (replace each of the angle bracketed strings with the respective information):
/kpm config telegram token "<telegramToken>"
/kpm config telegram commandPrefix "/"
To run Telegram, either run node main.js telegram
when starting Concierge or run /kpm start telegram
when Concierge is running.