UNPKG

telegram-free

Version:

Sends message by Telegram API and SMS by the free-mobile API

4 lines 95 B
export interface TelegramConfigurationInterface { bot_token: string; group_id: number }