nestjs-telegraf/lib/TelegramModuleOptions.ts
2019-03-03 14:43:30 +02:00

5 lines
84 B
TypeScript

export interface TelegramModuleOptions {
token: string
sitePublicUrl?: string
}