Compare commits

...

3 Commits

Author SHA1 Message Date
Anatoliy Esherkin a36000e50f
Merge 3b7dbda79f into c53c3cd195 2026-03-27 16:40:52 +02:00
WowInceptionGood c53c3cd195
Документация 2026-03-27 17:34:24 +03:00
Anatoliy Esherkin 3b7dbda79f
Фикс 2026-03-14 21:54:29 +03:00
2 changed files with 3 additions and 2 deletions

View File

@ -23,4 +23,5 @@ https://t.me/openmax_alerts
# Дополнительная информация # Дополнительная информация
- [FAQ](faq/readme.md) - [FAQ](faq/readme.md)
- [Документация проекта](https://github.com/openmax-server/docs)
- [Публичные сервера](faq/servers.md) - [Публичные сервера](faq/servers.md)

View File

@ -9,7 +9,7 @@ class Tools:
photoId=None, updateTime=0, photoId=None, updateTime=0,
firstName="Test", lastName="Account", options=[], firstName="Test", lastName="Account", options=[],
description=None, accountStatus=0, profileOptions=[], description=None, accountStatus=0, profileOptions=[],
includeProfileOptions=True, username=None includeProfileOptions=True, username=None, type="ONEME"
): ):
contact = { contact = {
"id": id, "id": id,
@ -182,4 +182,4 @@ class Tools:
} }
# Возвращаем # Возвращаем
return message, int(row.get("time")) return message, int(row.get("time"))