When trying to add quick replies to welcome message with create_welcome_message, it will not add them.
Reason is, that when you add quick replies, it will add the options to the json_options object, when in actuality, it needs to attached into the message_data object.
When trying to add quick replies to welcome message with
create_welcome_message
, it will not add them. Reason is, that when you add quick replies, it will add the options to the json_options object, when in actuality, it needs to attached into the message_data object.https://github.com/sferik/twitter/blob/master/lib/twitter/rest/direct_messages/welcome_messages.rb
As project is unmaintained, current option is to monkey patch it.