Sending A Multipart Response
By using this code, you can return a series of text responses back to the user.
{
"recipient": {
"id": "USER_ID"
},
"message": {
"raw": {
"multipart": [{
"text": "one"
}, {
"text": "two"
}, {
"text": "three"
}]
}
}
}
![Screenshot 2020-12-17 at 12.19.20.png 228](https://files.readme.io/60afc7d-Screenshot_2020-12-17_at_12.19.20.png)
Updated about 4 years ago