Spaces:
Sleeping
Sleeping
Upload main.py
Browse files
main.py
CHANGED
|
@@ -123,11 +123,11 @@ def send_welcome_buttons(wa_id: str):
|
|
| 123 |
"buttons": [
|
| 124 |
{
|
| 125 |
"type": "reply",
|
| 126 |
-
"reply": {"id": "open_gallery", "title": "
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"type": "reply",
|
| 130 |
-
"reply": {"id": "open_camera", "title": "
|
| 131 |
}
|
| 132 |
]
|
| 133 |
}
|
|
|
|
| 123 |
"buttons": [
|
| 124 |
{
|
| 125 |
"type": "reply",
|
| 126 |
+
"reply": {"id": "open_gallery", "title": "📎"}
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"type": "reply",
|
| 130 |
+
"reply": {"id": "open_camera", "title": "📷"}
|
| 131 |
}
|
| 132 |
]
|
| 133 |
}
|