@miukyo/ytlc
    Preparing search index...

    Interface TextPart

    Plain text segment of a message.

    interface TextPart {
        type: "text";
        text: string;
    }
    Index

    Properties

    Properties

    type: "text"
    text: string