interface IRCIMIWLeaveChatRoomCallback {
    onChatRoomLeft?: (code: number, targetId: string) => void;
}

Properties

Properties

onChatRoomLeft?: (code: number, targetId: string) => void