@miukyo/ytlc
    Preparing search index...

    Interface ImagePart

    Image payload used in message parts, avatars, and stickers.

    interface ImagePart {
        type: "image";
        url: string;
        alt?: string;
    }
    Index

    Properties

    Properties

    type: "image"
    url: string
    alt?: string