mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:14:02 +00:00
feat(bot): add structured payment topic confirmations
This commit is contained in:
@@ -17,6 +17,14 @@ function parsePendingActionType(raw: string): TelegramPendingActionType {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'payment_topic_clarification') {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'payment_topic_confirmation') {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'setup_topic_binding') {
|
||||
return raw
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user