UNPKG

stalkee

Version:

a Telegram bot who can send voice messages via inline mode added by admin with sorting them by numbers of uses

3 lines (2 loc) 132 B
import { Audio } from '../models'; export declare const selectAudiosBySubstring: (query: string) => Promise<Audio[] | undefined>;