(20241206) Everything will be called "client" now instead of "mailClient", "chatClient", etc.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user