UNPKG
telegram-free
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
Sends message by Telegram API and SMS by the free-mobile API
telegram-free
/
src
/
Interfaces
/
TelegramConfigurationInterface.ts
4 lines
•
95 B
text/typescript
View Raw
1
2
3
4
export
interface
TelegramConfigurationInterface
{
bot_token
:
string
;
group_id
:
number
}