nestjs-telegraf/lib/TelegramModuleOptions.ts

5 lines
84 B
TypeScript
Raw Normal View History

2019-02-28 11:29:26 +03:00
export interface TelegramModuleOptions {
token: string
2019-03-03 15:43:30 +03:00
sitePublicUrl?: string
2019-02-28 11:29:26 +03:00
}