OneSDK
    Preparing search index...

    Interface YouTubeSuperChat

    interface YouTubeSuperChat {
        amount: number;
        currency: string;
        jpy: number;
        message: string;
        nickname: string;
        test: boolean;
        type: "superchat";
    }
    Index

    Properties

    amount: number
    currency: string
    jpy: number
    message: string
    nickname: string
    test: boolean
    type: "superchat"