mirror of
https://github.com/openmax-server/server.git
synced 2026-06-17 08:28:26 +03:00
MAX: отдача черного списка
This commit is contained in:
@@ -130,4 +130,8 @@ class ChatHistoryPayloadModel(pydantic.BaseModel):
|
||||
|
||||
class ChatSubscribePayloadModel(pydantic.BaseModel):
|
||||
chatId: int
|
||||
subscribe: bool
|
||||
subscribe: bool
|
||||
|
||||
class ContactListPayloadModel(pydantic.BaseModel):
|
||||
status: str
|
||||
count: int = None
|
||||
Reference in New Issue
Block a user