This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PyrogramBotBase/validation/users.json

24 lines
565 B
JSON
Raw Permalink Normal View History

2023-08-18 21:43:22 +03:00
{
"$jsonSchema": {
"required": [
"id",
"locale"
],
"properties": {
"user": {
"bsonType": [
"int",
"long"
],
"description": "Telegram ID of user"
},
"locale": {
"bsonType": [
"string",
"null"
],
2023-08-23 16:45:15 +03:00
"description": "Preferred messages language according to user's preference"
2023-08-18 21:43:22 +03:00
}
}
}
}