diff --git a/src/common/tools.py b/src/common/tools.py index 70843c4..cd03d4b 100644 --- a/src/common/tools.py +++ b/src/common/tools.py @@ -9,7 +9,7 @@ def generate_profile( photoId=None, updateTime=0, firstName="Test", lastName="Account", options=[], description=None, accountStatus=0, profileOptions=[], - includeProfileOptions=True, username=None + includeProfileOptions=True, username=None, type="ONEME" ): contact = { "id": id, @@ -182,4 +182,4 @@ async def get_last_message(self, chatId, db_pool): } # Возвращаем - return message, int(row.get("time")) \ No newline at end of file + return message, int(row.get("time"))