包含聊天室 ID 的管理员操作参数。

interface ChatRoomAdminParams {
    chatRoomId: string;
    userId: string;
}

Hierarchy (View Summary)

Properties

Properties

chatRoomId: string

聊天室 ID。该参数必传。

userId: string

目标用户 ID。该参数必传。