upd defult editing field sequences generation when ownership fields defined
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user