ignacio-chiazzo / ruby_whatsapp_sdk

A lightweight, efficient Ruby gem for interacting with Whatsapp Cloud API.
https://ignacio-chiazzo.github.io/ruby_whatsapp_sdk/
MIT License
161 stars 36 forks source link

Send Message as a Reply #76

Closed alienware closed 1 year ago

alienware commented 1 year ago

Is your feature request related to a problem? Please describe. I'm working on a use-case that involves replying to users' messages with context, i.e., against an existing conversation, shown as below.

WA Reply

Additional context Documentation Enabling this would require to pass context object with the request params, which will have the message_id for the user message. Replies seem to be supported for text, audio, document, video, location, sticker and contact.

Please let me know how I can help out here in case you wish to incorporate the support in this helpful library.

ignacio-chiazzo commented 1 year ago

Thanks @alienware, for the feature!

I cut a release and added your feature to the v.0.7.3 version https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk/pull/78