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);
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback