Chat Tags
Chat Tags is a feature which allows users to filter the recent chat. if you want to filter your chats by seprate titles then you can utilise the below methods.
#
Create or Update Chat TagYou can create or update a chat tag by using the below method.
Argument | Type | Description |
---|---|---|
chatTag | chatTagModel | "Class" which has chat tag data |
Note : To know more about chatTagModel, refer class documentation.
#
Get List of Created Chat TagsTo get a list of created chat tags by using the below method.
#
Re-order Chat TagsTo re-order a chat tags list use the below method.
Argument | Type | Description |
---|---|---|
chatTags | [chatTagModel] | Array of chatTagModel class |
#
Delete Chat TagTo delete a chat tags use the below method.
Argument | Type | Description |
---|---|---|
chatTag | chatTagModel | "Class" which has chat tag data |