We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c09213 commit 15d3708Copy full SHA for 15d3708
README.md
@@ -166,12 +166,22 @@ echo $whatsapp->sendAudio($to, $url);
166
"footer" => "choose an option",
167
"buttons" => [
168
[
169
+ "type"=> "quick_reply",
170
"id" => "click_1",
171
"text" => "Yes"
172
],
173
- "id" => "click_2",
174
- "text" => "No"
+ "type"=> "cta_copy",
175
+ "copy_code" => "000000000000",
176
+ "text" => "Copy barcode"
177
+ ],
178
+ [
179
+ "type"=> "cta_url",
180
+ "url" => "https://api-wa.me",
181
+ "text" => "Access the website"
182
183
184
+ "type"=> "send_location"
185
]
186
187
];
0 commit comments