net186-bot/src/types/bot.d.ts

4 lines
78 B
TypeScript
Raw Permalink Normal View History

2023-01-17 14:38:36 +00:00
interface config {
token: string; // Telegram Bot token.
adapter: adapter;
}