mirror of
https://github.com/stjornleysi/telegram_glpi.git
synced 2026-02-11 08:40:50 +00:00
22 lines
521 B
TypeScript
22 lines
521 B
TypeScript
/**
|
|
* @see https://github.com/telegraf/telegraf/issues/705#issuecomment-549056045
|
|
* @see https://www.npmjs.com/package/telegraf-stateless-question
|
|
* @packageDocumentation
|
|
*/
|
|
|
|
export { Stage } from './stage'
|
|
export {
|
|
SceneContext,
|
|
SceneSession,
|
|
default as SceneContextScene,
|
|
SceneSessionData,
|
|
} from './context'
|
|
export { BaseScene } from './base'
|
|
export { WizardScene } from './wizard'
|
|
export {
|
|
WizardContext,
|
|
WizardSession,
|
|
default as WizardContextWizard,
|
|
WizardSessionData,
|
|
} from './wizard/context'
|