@miukyo/ytlc
    Preparing search index...

    Interface ChatStoppedEventArgs

    Payload emitted when monitoring stops.

    interface ChatStoppedEventArgs {
        reason?: string;
    }
    Index

    Properties

    Properties

    reason?: string