mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 05:37:26 +08:00
Add deprecate comment
This commit is contained in:
parent
ca49aa7c98
commit
366d7d9bfd
@ -4,5 +4,5 @@ Context_T = Dict[str, Any]
|
||||
Message_T = Union[str, Dict[str, Any], List[Dict[str, Any]]]
|
||||
Expression_T = Union[str, Sequence[str], Callable]
|
||||
CommandName_T = Tuple[str, ...]
|
||||
CommandArgs_T = Dict[str, Any]
|
||||
CommandArgs_T = Dict[str, Any] # deprecated, use `State_T` instead
|
||||
State_T = Dict[str, Any]
|
||||
|
Loading…
Reference in New Issue
Block a user