@miukyo/ytlc
    Preparing search index...

    Interface RawActionReceivedEventArgs

    Payload emitted for raw action objects from YouTube responses.

    interface RawActionReceivedEventArgs {
        rawAction: unknown;
        parsedChatItem?: ChatItem;
    }
    Index

    Properties

    rawAction: unknown
    parsedChatItem?: ChatItem