UNPKG

umbot

Version:

Universal bot(vk, telegram, viber) or skills for Yandex.Alisa, Маруся and sber

6 lines (5 loc) 235 B
import { TemplateSoundTypes } from './TemplateSoundTypes'; import { ISound } from '../interfaces'; export declare class TelegramSound implements TemplateSoundTypes { getSounds(sounds: ISound[], text?: string): Promise<string[]>; }