add mkdocs

This commit is contained in:
Alexander Kalinovsky
2025-03-01 00:57:31 +07:00
parent 1d162677a8
commit 71ba2c052b
13 changed files with 744 additions and 4 deletions

View File

@@ -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",