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

Properties

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