mirror of
https://github.com/openmax-server/server.git
synced 2026-05-25 04:51:42 +03:00
Compare commits
1 Commits
0fcc1c9b24
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c53c3cd195 |
@@ -23,4 +23,5 @@ https://t.me/openmax_alerts
|
||||
|
||||
# Дополнительная информация
|
||||
- [FAQ](faq/readme.md)
|
||||
- [Документация проекта](https://github.com/openmax-server/docs)
|
||||
- [Публичные сервера](faq/servers.md)
|
||||
|
||||
@@ -9,7 +9,7 @@ class Tools:
|
||||
photoId=None, updateTime=0,
|
||||
firstName="Test", lastName="Account", options=[],
|
||||
description=None, accountStatus=0, profileOptions=[],
|
||||
includeProfileOptions=True, username=None, type="ONEME"
|
||||
includeProfileOptions=True, username=None
|
||||
):
|
||||
contact = {
|
||||
"id": id,
|
||||
@@ -182,4 +182,4 @@ class Tools:
|
||||
}
|
||||
|
||||
# Возвращаем
|
||||
return message, int(row.get("time"))
|
||||
return message, int(row.get("time"))
|
||||
Reference in New Issue
Block a user