UNPKG

umbot

Version:

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

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