mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-12-13 17:10:57 +03:00
initial commit
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { SceneOptions } from 'telegraf/typings/scenes/base';
|
||||
|
||||
export interface SceneMetadata {
|
||||
sceneId: string;
|
||||
type: 'base' | 'wizard';
|
||||
options?: SceneOptions<any>;
|
||||
}
|
||||
|
||||
export interface WizardStepMetadata {
|
||||
step: number;
|
||||
}
|
||||
Reference in New Issue
Block a user