仅包含聊天室 ID 的通用操作目标。

interface ChatRoomMutationTarget {
    chatRoomId: string;
}

Hierarchy (View Summary)

Properties

Properties

chatRoomId: string

聊天室 ID。该参数必传。