Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

Return Chat labels on `messaging-history.set`

Open leoffx opened this issue 1 year ago • 1 comments

Before adding this issue, make sure you do the following to make sure this is not a duplicate:

  1. Search through the repo's previous issues
  2. Read through the readme at least once
  3. Search the docs for the feature you're looking for

Just describe the feature Currently messaging-history.set only return labels for messages, but it should be possible to also return them for chats

leoffx avatar Dec 30 '23 09:12 leoffx

For chats you should use labels.association event

conn.ev.on("labels.association", async event => {
// handle here
});

kyraex avatar Dec 31 '23 19:12 kyraex