mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 18:54:03 +00:00
feat(bot): add reminder utility entry flow
This commit is contained in:
@@ -29,6 +29,10 @@ function parsePendingActionType(raw: string): TelegramPendingActionType {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'reminder_utility_entry') {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'setup_topic_binding') {
|
||||
return raw
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user