聊天室禁言列表移除事件的载荷。

interface ChatRoomMuteListRemovedEventPayload {
    chatRoomId: string;
    mutes: readonly UserInfo[];
}

Properties

Properties

chatRoomId: string

聊天室 ID。

mutes: readonly UserInfo[]

解除禁言的用户资料列表。