add support for composite callbacks

This commit is contained in:
Vladless
2026-02-12 20:58:36 +03:00
parent 8d0f18c929
commit f6ff238ca7
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ from io import StringIO
from aiogram.types import BufferedInputFile
from sqlalchemy import exists, func, join, not_, select
from sqlalchemy.ext.asyncio import AsyncSession
import json
from core.constants import PAYMENT_SYSTEMS_EXCLUDED
from database.models import Key, Payment, Referral, Tariff, User