UNPKG

stalkee

Version:

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

7 lines (6 loc) 159 B
import { BaseEntity } from 'typeorm'; export declare class LocationAlias extends BaseEntity { id: number; alias: string; location: string; }