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

    Interface UnbanUserCommentRequest

    Request parameters for unban_user_comment

    Unban a user from posting comments. (For TW, ID, TH, PH, MY, SG, VN)

    interface UnbanUserCommentRequest {
        session_id: number;
        unban_user_id: number;
    }
    Index

    Properties

    session_id: number

    The identifier of livestream session.

    unban_user_id: number

    The user ID that will be unbanned from posting comments.