OneSDK
    Preparing search index...
    interface SuperChatData {
        background_bottom_color: string;
        background_color: string;
        background_color_end: string;
        background_color_start: string;
        background_icon: string;
        background_image: string;
        background_price_color: string;
        color_point: number;
        dmscore: number;
        end_time: number;
        gift: SuperChatGift;
        id: number;
        is_ranked: number;
        is_send_audit: number;
        medal_info: MedalInfo;
        message: string;
        message_font_color: string;
        message_trans: string;
        price: number;
        rate: number;
        start_time: number;
        time: number;
        token: string;
        trans_mark: number;
        ts: number;
        uid: number;
        uinfo: UInfo;
        user_info: BiliBili.UserInfo;
    }
    Index

    Properties

    background_bottom_color: string
    background_color: string
    background_color_end: string
    background_color_start: string
    background_icon: string
    background_image: string
    background_price_color: string
    color_point: number
    dmscore: number
    end_time: number
    id: number
    is_ranked: number
    is_send_audit: number
    medal_info: MedalInfo
    message: string
    message_font_color: string
    message_trans: string
    price: number
    rate: number
    start_time: number
    time: number
    token: string
    trans_mark: number
    ts: number
    uid: number
    uinfo: UInfo
    user_info: BiliBili.UserInfo