Изменение моделей пайдентика

This commit is contained in:
urec56 2024-06-05 13:32:35 +05:00
parent e43b1337e3
commit f66cdb262a

View file

@ -48,7 +48,7 @@ class SChat(BaseModel):
class SAllowedChats(BaseModel):
allowed_chats: list[SChat]
allowed_chats: list[SChat | None]
class SPinnedChats(BaseModel):