mirror of
https://github.com/openmax-server/server.git
synced 2026-05-22 19:41:41 +03:00
Вынес список участников чата в отдельную таблицу
This commit is contained in:
@@ -126,4 +126,8 @@ class AuthConfirmRegisterPayloadModel(pydantic.BaseModel):
|
||||
|
||||
class ChatHistoryPayloadModel(pydantic.BaseModel):
|
||||
chatId: int
|
||||
backward: int
|
||||
backward: int
|
||||
|
||||
class ChatSubscribePayloadModel(pydantic.BaseModel):
|
||||
chatId: int
|
||||
subscribe: bool
|
||||
Reference in New Issue
Block a user