log-vault
Version:
A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.
9 lines • 392 B
TypeScript
import { NotificationChannel } from "./NotificationChannel";
import { TelegramNotificationChannelOptions } from "../../types";
export declare class TelegramNotificationChannel extends NotificationChannel {
token: string;
chatId: number;
constructor(opts: TelegramNotificationChannelOptions);
get queueName(): string;
}
//# sourceMappingURL=TelegramNotificationChannel.d.ts.map