Saxonberg Server API
    Preparing search index...

    Interface ChannelSubscription

    Chat-facing subscription shape, mapped from the per-subject store.

    interface ChannelSubscription {
        muted: boolean;
        tunedIn: boolean;
    }
    Index

    Properties

    Properties

    muted: boolean
    tunedIn: boolean