tencent cloud

문서Chat

Flutter

포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-04-16 14:46:44

Feature Description

The Chat SDK provides an API for getting conversations, which can be used to get the V2TimConversation object information of one or multiple specified conversations.

Getting a specified conversation

Call getConversation (Details) to get the information of a conversation, which is a V2TimConversation object.
Sample code:
V2TimValueCallback<V2TimConversation> conv = await conversationManager.getConversation(conversationID: "conversationID");

Getting specified conversations

Call getConversationList (Details) to get the list of specified conversations that stores V2TimConversation objects.
Sample code:
V2TimValueCallback<V2TimConversationResult> convList = await conversationManager.getConversationList(nextSeq: '', count: 10);


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백