@miukyo/ytlc
    Preparing search index...

    Interface ChatReceivedEventArgs

    Payload emitted for parsed chat items.

    interface ChatReceivedEventArgs {
        chatItem: ChatItem;
    }
    Index

    Properties

    Properties

    chatItem: ChatItem