feat(bot): add topic history-aware assistant replies

This commit is contained in:
2026-03-12 19:06:51 +04:00
parent 5ebae7714c
commit 23faeef738
19 changed files with 4274 additions and 28 deletions

View File

@@ -66,3 +66,9 @@ export {
type TelegramPendingActionRepository,
type TelegramPendingActionType
} from './telegram-pending-actions'
export type {
ListRecentChatTopicMessagesInput,
ListRecentThreadTopicMessagesInput,
TopicMessageHistoryRecord,
TopicMessageHistoryRepository
} from './topic-message-history'