UNPKG
@bombearn/sdk
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Interaction framework for the yearn protocol
@bombearn/sdk
/
dist
/
services
/
telegram.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
Service
}
from
"../common"
;
export
declare
class
TelegramService
extends
Service
{
sendMessage
(
text
:
string
):
void
|
undefined
; }