V2TimConversation object information of one or multiple specified conversations.getConversation (Details) to get the information of a conversation, which is a V2TimConversation object.V2TimValueCallback<V2TimConversation> conv = await conversationManager.getConversation(conversationID: "conversationID");
getConversationList (Details) to get the list of specified conversations that stores V2TimConversation objects.V2TimValueCallback<V2TimConversationResult> convList = await conversationManager.getConversationList(nextSeq: '', count: 10);
Feedback