OneSDK
    Preparing search index...

    Interface GiftData

    interface GiftData {
        details?: WebcastGiftMessageGiftDetails;
        giftId: string;
        repeatCount: number;
    }
    Index

    Properties

    giftId: string
    repeatCount: number