聊天室信息变更事件的载荷。

interface ChatRoomInfoChangedEventPayload {
    chatRoomId: string;
    chatRoomInfo: ChatRoomDetail;
}

Properties

chatRoomId: string

聊天室 ID。

chatRoomInfo: ChatRoomDetail

最新的聊天室详情。