POST
/message/download/stickerBaixa figurinha de mensagem
Descrição
Baixa figurinha de mensagem
Exemplo de requisição
curl -X POST 'https://api-server.dichat.com.br/message/download/sticker' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"MessageId": "3EB06F9067F80BAB89FF",
"Url": "https://mmg.whatsapp.net/...",
"DirectPath": "/v/t62...",
"MediaKey": "base64key...",
"Mimetype": "image/webp"
}'Respostas
200Response
application/json
{
"code": 200,
"data": {
"Data": "data:image/webp;base64,iVBORw0KGgoA5CYII...=",
"Mimetype": "image/webp"
},
"success": true
}