Hello, I try to send video in message.
My messaje json:
{'event': {'message_create': {'message_data': {'text': u'', 'attachment': {'media': {'id': '982696612060426240'}, 'type': 'media'}, 'quick_reply': {'type': 'options', 'options': [{'label': u'\u0425\u043e\u0440\u043e\u0448\u043e'}]}}, 'target': {'recipient_id': 9772331204109xxxxx}}, 'type': 'message_create'}}
But I reseive an error:
{u’errors’: [{u’message’: u’There was an error sending your message: Request for unsupported media category TweetVideo with mediaId 982696612060426240.’, u’code’: 151}]}