@miukyo/ytlc
    Preparing search index...

    Interface Superchat

    Super Chat / Super Sticker details.

    interface Superchat {
        amountString: string;
        amountValue: number;
        currency: string;
        bodyBackgroundColor: string;
        headerBackgroundColor?: string;
        headerTextColor?: string;
        bodyTextColor?: string;
        authorNameTextColor?: string;
        sticker?: ImagePart;
    }
    Index

    Properties

    amountString: string
    amountValue: number
    currency: string
    bodyBackgroundColor: string
    headerBackgroundColor?: string
    headerTextColor?: string
    bodyTextColor?: string
    authorNameTextColor?: string
    sticker?: ImagePart