Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface Comment

    Comment information

    interface Comment {
        comment: string;
        comment_id: number;
        comment_time: number;
        user_id: number;
        username: string;
    }
    Index

    Properties

    comment: string

    Comment text

    comment_id: number

    Comment ID

    comment_time: number

    Comment time (unix timestamp)

    user_id: number

    User ID who made the comment

    username: string

    Username