UNPKG

stalkee

Version:

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

8 lines (7 loc) 179 B
import { BaseEntity } from 'typeorm'; import { Audio } from './audio'; export declare class Word extends BaseEntity { id: number; audio: Audio; word: string; }