Just a followup, I looked at what we are sending (via POST direct_messages/events/new)
{
"event": {
"type": "message_create",
"message_create": {
"target": {
"recipient_id": "[REDACTED]"
},
"message_data": {
"text": "OK, now I need to know where it is. Press ’SHARE LOCATION’, a map will appear. With your fingers, move the map around until the pin is in the right place. Then press your ‘SEND’ icon",
"quick_reply": {
"type": "location",
"location": {
"metadata": "external_id"
}
}
}
}
}
}
And here is the documentation, i don’t see anything that looks like it would be causing an issue:
https://developer.twitter.com/en/docs/direct-messages/quick-replies/api-reference/location
I also tried to shorten the text, but it didn’t make a difference