OneSDK
    Preparing search index...
    interface TelopResponse {
        api: string;
        interval: number;
        t: number;
        telop: string;
        telops: Telop[];
    }
    Index

    Properties

    api: string
    interval: number
    t: number
    telop: string
    telops: Telop[]