OneSDK
    Preparing search index...
    interface Movie {
        category: Twicas.Category;
        id: number;
        pin_message: string;
        telop?: string;
        title: string;
        viewers: Twicas.Viewers;
    }
    Index

    Properties

    category: Twicas.Category
    id: number
    pin_message: string
    telop?: string
    title: string
    viewers: Twicas.Viewers