mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-13 15:41:04 +03:00
6 lines
63 B
TypeScript
6 lines
63 B
TypeScript
|
export enum UpdateParamtypes {
|
||
|
CONTEXT,
|
||
|
NEXT,
|
||
|
MESSAGE,
|
||
|
}
|