Good morning, I have an idea about this function:
await sock.groupMetadata(groupJid).catch(() => ({}));
When showing the group participants, is it possible to display their personal labels, like:
label: ""
or
label: "Devs"
So we can see their custom tags? Is that possible?
Good morning, I have an idea about this function:
await sock.groupMetadata(groupJid).catch(() => ({}));
When showing the group participants, is it possible to display their personal labels, like:
label: ""
or
label: "Devs"
So we can see their custom tags? Is that possible?