add subdomain operator

This commit is contained in:
Zenaku 2026-05-25 00:02:57 +00:00
parent 0d5fdf2d66
commit 2e7fce9c1c

View file

@ -14,3 +14,4 @@ class OperatorProxySession:
subscription_url: Optional[str] subscription_url: Optional[str]
operator_id: int operator_id: int
operator_name: str operator_name: str
operator_domain: Optional[str] = None