Skip to content

Commit 3212c75

Browse files
committed
add SLASH_START
1 parent 795d1af commit 3212c75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export enum TelegramEventTypes {
3131
WORLD_CONNECTED = 'TELEGRAM_WORLD_CONNECTED',
3232
WORLD_LEFT = 'TELEGRAM_WORLD_LEFT',
3333

34+
// /start event
35+
SLASH_START = 'TELEGRAM_SLASH_START',
36+
3437
// Entity events
3538
ENTITY_JOINED = 'TELEGRAM_ENTITY_JOINED',
3639
ENTITY_LEFT = 'TELEGRAM_ENTITY_LEFT',

0 commit comments

Comments
 (0)