Property 'setTags' does not exist on type 'GroupsRequestBuilder'.ts(2339)

I’ve tried both of the below packages and it keeps saying the ‘setTags’ does not exit on the Groups Builder.

What am I missing?

@cometchat-pro/chat”: “^2.1.7”,
@cometchat-pro/cordova-ionic-chat”: “^2.1.1”,

Hello @kl2000,

You need to use .withTags(true) in combination with setTags([“tag1”, “tag2”]). Please let me know if still you are facing this issue.

Warm Regards,

CometChat Pro
Mayur Bhandari

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.