init commit

This commit is contained in:
prod-tech
2024-11-17 02:31:42 +03:00
commit cf933c770c
217 changed files with 19340 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
import fastapi.testclient
import app.api.auth.routers
auth_client = fastapi.testclient.TestClient(app.api.auth.routers.auth_router)
telegram_init_data = {
'query_id': '1',
'user': {
'id': 0,
'first_name': 'string',
'last_name': '1',
'username': '1',
'language_code': '1',
'is_premium': False,
'added_to_attachment_menu': False,
'allows_write_to_pm': False,
'photo_url': '1',
},
'receiver': '1',
'chat': '1',
'chat_type': '1',
'chat_instance': '1',
'start_param': '1',
'can_send_after': '1',
'auth_date': 0,
'hash': 'string',
}