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

    Interface GetLatestCommentListRequest

    Request parameters for get_latest_comment_list

    Get live stream room comments in the last 10 seconds, including user id, user name, comment id, comment content, and comment time. (For TW, ID, TH, PH, MY, SG, VN)

    interface GetLatestCommentListRequest {
        offset?: number;
        session_id: number;
    }
    Index

    Properties

    Properties

    offset?: number

    Specifies the starting entry of data to return in the current call. Default is 0, if data is more than one page, the offset can be some entry to start next call.

    session_id: number

    The identifier of livestream session.