OneSDK
    Preparing search index...

    Interface TwitchSubscribe

    interface TwitchSubscribe {
        amount: number;
        message: string;
        nickname: string;
        plan: string;
        test: boolean;
        type: "twitchSubscriber";
    }
    Index

    Properties

    amount: number
    message: string
    nickname: string
    plan: string
    test: boolean
    type: "twitchSubscriber"