# tmux.ControlNotification.Subscription

- **Module:** tmux.ControlNotification
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/control_notification.go#L94
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-controlnotification-subscription/

```
tmux.ControlNotification.Subscription() -> (SubscriptionChange, bool)
```

Subscription returns the change carried by a subscription-changed notification. Other notification kinds return a zero value and false.
