> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sparkle.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# notification.subscribe.end

> Envoyez lorqu'un utilisateur se désabonne de votre chaine.

Exemple d'utilisation :

```javascript theme={null}
export default createHook({
  event: "notification.subscribe.end",
  run: async (_, ctx) => {
    // code ..
  },
})
```

## Types

L'event `notification.subscribe.end` ne recois aucune propriétés.
