I’m trying to update my current integration to use the Account Activity API to access Direct Messages, and i’m curious about what seem to be undocumented Quick Reply types that the page for POST direct_messages/events/new mentions.

The documentation for that endpoint mentions the following types under quick_reply.type:

The Quick Reply type to present to the user (example requests below):

  • options - Array of Options objects (20 max).
  • text_input - Text Input object.
  • location - Location object.

However, the documentation for Quick Replies only mentions the Options type. Are the text_input and location types not available, or is this a case of missing documentation?

These types were available in earlier versions of the Direct Message platform, but they were removed, so this is a good catch that we need to remove them from this page of the documentation. The only available Quick Reply type is Options. Note that these should render in the iOS and Android apps, but may not currently be available in the new Twitter web design.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.