OneSDK
    Preparing search index...

    Type Alias WebcastGiftMessageGiftDetails

    WebcastGiftMessageGiftDetails: Message<"TikTok.WebcastGiftMessageGiftDetails"> & {
        describe: string;
        diamondCount: number;
        giftImage?: WebcastGiftMessageGiftImage;
        giftName: string;
        giftType: number;
    }

    Type declaration

    • describe: string

      from field: string describe = 2;

    • diamondCount: number

      from field: int32 diamondCount = 12;

    • OptionalgiftImage?: WebcastGiftMessageGiftImage

      from field: TikTok.WebcastGiftMessageGiftImage giftImage = 1;

    • giftName: string

      from field: string giftName = 16;

    • giftType: number

      from field: int32 giftType = 11;