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

    Interface GetLatestCommentListList

    GetLatestCommentListList sub-interface for GetLatestCommentListResponseData

    interface GetLatestCommentListList {
        comment_id?: number;
        content?: string;
        timestamp?: number | Date;
        user_id?: number;
        username?: string;
    }
    Index

    Properties

    comment_id?: number

    The identifier of comment.

    content?: string

    The content of comment.

    timestamp?: number | Date

    Timestamp for posting comment. It's unix timestamp in seconds.

    user_id?: number

    The user id of the one who posted the comment.

    username?: string

    The username of the one who posted comment.