UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

5 lines (4 loc) 147 B
import { Service } from "../common"; export declare class TelegramService extends Service { sendMessage(text: string): void | undefined; }