upd defult editing field sequences generation when ownership fields defined

This commit is contained in:
Alexander Kalinovsky
2025-03-13 16:52:03 +07:00
parent 02aec23b84
commit f0db2b2830
17 changed files with 223 additions and 70 deletions

View File

@@ -21,7 +21,6 @@ from typing import Optional
class User(UserBase):
bot_entity_descriptor = Entity(
icon="👤",
full_name="User",
@@ -56,7 +55,6 @@ class User(UserBase):
class Entity(BotEntity):
bot_entity_descriptor = Entity(
icon="📦",
full_name="Entity",