go-whatsapp icon indicating copy to clipboard operation
go-whatsapp copied to clipboard

Send webp image

Open Diden05 opened this issue 4 years ago • 4 comments

Pictures are not sent in webp format, I get an error: "message sending responded with 400" Everything goes fine from the web version, any ideas?

Diden05 avatar Dec 17 '20 15:12 Diden05

You can use wadump to verify how message was dispatched in WhatsApp Web.

rhsobr avatar Dec 18 '20 12:12 rhsobr

success send sticker, but blank sticker appears on destination may be need specific format webp ? beside of size is 512x512 and size not more than 100kb

hrizal avatar Feb 21 '21 05:02 hrizal

success send sticker, but blank sticker appears on destination may be need specific format webp ? beside of size is 512x512 and size not more than 100kb

I always use the webp format. You can use something like https://github.com/nickalie/go-webpbin

Romerito007 avatar Feb 21 '21 23:02 Romerito007