interface IRCIMIWChangeConversationNotificationLevelCallback {
    onConversationNotificationLevelChanged?: (code: number) => void;
}

Properties

onConversationNotificationLevelChanged?: (code: number) => void