twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional Parameter missing for specific message replies on WhatsApp

AastitvaJain opened this issue · comments

Issue Summary

Hi,
From the docs I am given to understand that when a user replies to a specific message on WhatsApp, Twilio would be sending additional parameters as shown in the docs below: -

image

But these parameters are not the part of the request in python: -

image

And here is the WhatsApp message: -

image

Notice the additional parameters are missing from the request. Am I missing something here or is there an issue with the api.

Technical details:

  • twilio-python version: 7.16.5
  • python version: 3.10.6

This is not a change that can be made in the library. Please file a support ticket to inquire about adding this feature to the API.