mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 17:54:02 +00:00
feat(bot): add safe group unsetup flow
This commit is contained in:
@@ -23,4 +23,8 @@ export interface TelegramPendingActionRepository {
|
||||
telegramUserId: string
|
||||
): Promise<TelegramPendingActionRecord | null>
|
||||
clearPendingAction(telegramChatId: string, telegramUserId: string): Promise<void>
|
||||
clearPendingActionsForChat(
|
||||
telegramChatId: string,
|
||||
action?: TelegramPendingActionType
|
||||
): Promise<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user