(20241206) Everything will be called "client" now instead of "mailClient", "chatClient", etc.
This commit is contained in:
@@ -121,7 +121,7 @@ class ChatAuthRequestHeaders(BaseModel):
|
||||
|
||||
class ChatAuthRequestData(BaseModel):
|
||||
|
||||
chatClient: Literal["telegram", "whatsapp"]
|
||||
chatClient: Literal["telegram", "whatsapp"] = Field(alias = "client")
|
||||
auth: Union[TelegramAuth]
|
||||
|
||||
# ┏┓ ┏•
|
||||
|
||||
Reference in New Issue
Block a user