ZohoSalesIQ.Chat.get()
Note: This API is supported from version 9.1.0.
The ZohoSalesIQ.Chat.get() API retrieves chat details for the specified chat ID.
Parameters
- chatId* - ID of the chat to be retrieved.
- completion* - The callback handles the success or failure of the retrieval.
Syntax
Copied@objc static public func get(chatID: String, completion: ZSIQGetChatCompletionBlock?)
Example
CopiedZohoSalesIQ.Chat.get(chatID: "001") { error, chat in
}