BotEntity params hints, extended BotEnum db support

This commit is contained in:
Alexander Kalinovsky
2025-02-09 21:37:39 +01:00
parent 50a52d6aa7
commit 7a4936d2ef
3 changed files with 21 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
from aiogram.types import CallbackQuery, Message
from functools import wraps
from types import UnionType
from typing import Callable, Union, get_args, get_origin, Any
from typing import Callable, Union, get_args, get_origin
from .model.descriptors import (
BotCommand,