I was wondering if I am able to add quick_reply buttons to a welcome_message? I added it, and it does not seem to work (get text but no buttons. Checked saved welcome_message and the code is there as follows:
{
message_data : {
text: '...',
quick_reply: {
type: 'options',
options: [ ... ]
}
}
}