查询聊天室详情的参数。

interface GetChatRoomInfoParams {
    chatRoomId: string;
}

Properties

Properties

chatRoomId: string

聊天室 ID。该参数必传。