Files
tg-bot-template/apps/bot/src/conversations/index.ts
Yuu Ottosoka 0ceba57012 feat(bot): implement conversation flow for start command
add conversation handler for start command with name input and welcome message
update locales for new conversation flow
add @grammyjs/conversations dependency
2025-07-12 17:15:32 +03:00

3 lines
64 B
TypeScript

export * from './consts';
export * from './start.conversation';