There is an issue with the AI icon function, when i try this
await sock.sendMessage(id, { text: "Hello World", ai: true });
it didn't work, the log showed that the message had been sent, but the visualization in the WhatsApp chat didn't appear, I tried baileys from different authors such as @shennmine/baileys, without filling in the parameters the message automatically had an AI icon, maybe you can use that as a reference to fix the bug
There is an issue with the AI icon function, when i try this
it didn't work, the log showed that the message had been sent, but the visualization in the WhatsApp chat didn't appear, I tried baileys from different authors such as
@shennmine/baileys, without filling in the parameters the message automatically had an AI icon, maybe you can use that as a reference to fix the bug