add mkdocs
This commit is contained in:
@@ -21,6 +21,7 @@ from typing import Optional
|
||||
|
||||
|
||||
class User(UserBase):
|
||||
|
||||
bot_entity_descriptor = Entity(
|
||||
icon="👤",
|
||||
full_name="User",
|
||||
@@ -55,6 +56,7 @@ class User(UserBase):
|
||||
|
||||
|
||||
class Entity(BotEntity):
|
||||
|
||||
bot_entity_descriptor = Entity(
|
||||
icon="📦",
|
||||
full_name="Entity",
|
||||
|
||||
Reference in New Issue
Block a user