(20241206) Everything will be called "client" now instead of "mailClient", "chatClient", etc.

This commit is contained in:
2024-12-06 11:22:36 +05:30
parent ebe456a8fe
commit 906cc16aff
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class ChatAuthRequestHeaders(BaseModel):
class ChatAuthRequestData(BaseModel):
chatClient: Literal["telegram", "whatsapp"]
chatClient: Literal["telegram", "whatsapp"] = Field(alias = "client")
auth: Union[TelegramAuth]
# ┏┓ ┏•