Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -15,7 +15,7 @@ GREENAPI_TOKEN = "805b69f6c85d4e6caea0edaba692b889abecc9e6bb8b457e8f"
|
|
| 15 |
GREENAPI_BASE = f"https://7105.api.greenapi.com/waInstance{GREENAPI_INSTANCE_ID}"
|
| 16 |
|
| 17 |
# Interactive buttons endpoint
|
| 18 |
-
|
| 19 |
|
| 20 |
# Interactive REPLY buttons endpoint
|
| 21 |
GREENAPI_SEND_REPLY_BUTTONS_URL = f"{GREENAPI_BASE}/sendInteractiveButtonsReply/{GREENAPI_TOKEN}"
|
|
|
|
| 15 |
GREENAPI_BASE = f"https://7105.api.greenapi.com/waInstance{GREENAPI_INSTANCE_ID}"
|
| 16 |
|
| 17 |
# Interactive buttons endpoint
|
| 18 |
+
GREENAPI_SEND_URL_BUTTON_URL = f"{GREENAPI_BASE}/sendInteractiveButtons/{GREENAPI_TOKEN}"
|
| 19 |
|
| 20 |
# Interactive REPLY buttons endpoint
|
| 21 |
GREENAPI_SEND_REPLY_BUTTONS_URL = f"{GREENAPI_BASE}/sendInteractiveButtonsReply/{GREENAPI_TOKEN}"
|