79413876

Date: 2025-02-05 06:58:58
Score: 1
Natty:
Report link

i got the answer, for the animated webp image it's same mime type "image/webp.wasticker" only catch is you have to change the metadata of that webp that compatible for whatsapp. follow this link to change your animated webp metadata, it just add

pack: 'My Pack', // The pack name
    author: 'Me', // The author name
    type: StickerTypes.FULL, // The sticker type
    categories: ['🤩', '🎉'], // The sticker category
    id: '12345', // The sticker id
    quality: 50, // The quality of the output file
    background: '#000000' // The sticker background color (only for full stickers)
Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rishabh Gupta