Hello, I am trying to send a private message with an attachment, and when sending it, it returns an internal error 131.
These are the data of the call:
URL: https://api.twitter.com/1.1/direct_messages/events/new.json
BODY:
{
“event”:{
“type”:“message_create”,
“message_create”:{
“target”:{
“recipient_id”:“808602487469080576”
},
“message_data”:{
“text”:“Mensaje con adjunto 26/11/2018”,
“attachment”:{
“type”:“media”,
“media”:{
“id”:1067051758638301185
}
}
}
}
}
}
This call returns:
{
“errors”:
[
{
“message”:“Internal error”,
“code”:131
}
]
}