We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90f22f commit 214879dCopy full SHA for 214879d
src/configuration/structures/structures.ts
@@ -57,6 +57,7 @@ export interface Bot {
57
max_chats_count?: number;
58
groups?: GroupConfig[];
59
job_title?: string;
60
+ type?: string;
61
work_scheduler?: WorkScheduler;
62
}
63
0 commit comments