(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
+2 -1
View File
@@ -100,7 +100,8 @@ class OAuthMailAuthorizationRequestData(BaseModel):
mailClient: Literal["gmail"] = Field(
description = "the e-mail provider like 'gmail'",
frozen = True
frozen = True,
alias = "client"
)
mailId: str = Field(