(20241206) Everything will be called "client" now instead of "mailClient", "chatClient", etc.

This commit is contained in:
2024-12-06 11:22:36 +05:30
parent ebe456a8fe
commit 906cc16aff
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -221,8 +221,9 @@ async def callback_test(
# print("TG BOT:", json.to_string(client_response))
client_response = await set_telegram_webhook(
bot_token = inbound_data.auth.botToken,
webhook_url = f"https://nexcom.ditscentre.in/chat/webhook/{inbound_data.auth.botToken}"
webhook_url = f"https://api.thecaoffice.com/converse/chat/webhook/{inbound_data.auth.botToken}"
)
print("WEBHOOK JSON:", json.to_string(client_response))
return "ok"