会话唯一标识。

interface ConversationIdentifier {
    conversationId: string;
    conversationType: ConversationType;
}

Hierarchy (View Summary)

Properties

conversationId: string

会话 ID:单聊时为对方用户 ID,群聊时为群组 ID,聊天室时为聊天室 ID。

conversationType: ConversationType

会话类型。