ТамТам: обработчик 5 и 1 опкода

This commit is contained in:
Alexey Polyakov
2026-03-22 17:09:20 +03:00
parent f2e7e37592
commit aa6411b75d
3 changed files with 40 additions and 4 deletions
+4 -1
View File
@@ -34,4 +34,7 @@ class LoginPayloadModel(pydantic.BaseModel):
token: str
class SearchUsersPayloadModel(pydantic.BaseModel):
contactIds: list
contactIds: list
class PingPayloadModel(pydantic.BaseModel):
interactive: bool