Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetFollowPrizeListResponseData

    GetFollowPrizeListResponseData sub-interface for GetFollowPrizeListResponse

    interface GetFollowPrizeListResponseData {
        follow_prize_list?: GetFollowPrizeListFollowPrize[];
        more?: boolean;
    }
    Index

    Properties

    follow_prize_list?: GetFollowPrizeListFollowPrize[]

    The list of follow prize.

    more?: boolean

    This is to indicate whether the comment list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of comments.