Resetting utils subtree.
This commit is contained in:
@@ -86,6 +86,13 @@ class CoreUserInfoModel(BaseModel):
|
||||
examples = ["Bhopli Narangi"]
|
||||
)
|
||||
|
||||
role: str | None = Field(
|
||||
description = "the working role of the user as found in the database",
|
||||
frozen = True,
|
||||
default = None,
|
||||
examples = ["M.R."]
|
||||
)
|
||||
|
||||
userId: int | str | None = Field(
|
||||
description = "the id of the user as found in the database",
|
||||
frozen = True,
|
||||
|
||||
Reference in New Issue
Block a user