TELEGRAM_TOKEN={{your_telegram_token}}
TELEGRAM_CHANNEL_ID={{your_telegram_channel_id}}
import { telegram } from './telegram'
const telegramBot = telegram()
await telegramBot.pushInfoMessage('send message ...')
await telegramBot.pushErrorMessage('send message ...')
await telegramBot.pushImageMessage('http://google.com/image1.png')