单个管理员操作的输入参数。

interface ChatRoomAdminInput {
    userId: string;
}

Properties

Properties

userId: string

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