Zenaight commited on
Commit
28f2afb
·
verified ·
1 Parent(s): ccbc960

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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": "Tap 📎 icon"}
127
  },
128
  {
129
  "type": "reply",
130
- "reply": {"id": "open_camera", "title": "Tap 📷 icon"}
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
  }