.openChatWithID()
This API is used to open a specific chat, given the chatID.
Parameters:
| Name | Description |
| chatID | Unique ID of the chat |
Syntax:
CopiedZohoSalesIQ.openChatWithID(chatID: string);Example
CopiedZohoSalesIQ.openChatWithID("1001");This API is used to open a specific chat, given the chatID.
| Name | Description |
| chatID | Unique ID of the chat |
CopiedZohoSalesIQ.openChatWithID(chatID: string);CopiedZohoSalesIQ.openChatWithID("1001");