UNPKG

telegram-free

Version:

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

7 lines (6 loc) 314 B
import {TelegramConfigurationInterface} from "./TelegramConfigurationInterface"; import {FreeMobileConfigurationInterface} from "./FreeMobileConfigurationInterface"; export interface ConfigurationInterface { telegram: TelegramConfigurationInterface, free_mobile: Array<FreeMobileConfigurationInterface>, }