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
/
FreeMobileConfigurationInterface.ts
4 lines
•
93 B
text/typescript
View Raw
1
2
3
4
export
interface
FreeMobileConfigurationInterface
{
user
:
number
;
password
:
string
; }