RSSHub/lib/routes/telegram/namespace.ts

8 lines
139 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Telegram',
url: 't.me',
lang: 'en',
};