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

    Interface UpdateSessionParams

    Parameters for updating a livestream session

    interface UpdateSessionParams {
        cover_image_url?: string;
        description?: string;
        is_test?: boolean;
        session_id: number;
        title?: string;
    }
    Index

    Properties

    cover_image_url?: string

    The cover image URL of livestream session

    description?: string

    The description of livestream session, cannot exceed 200 characters

    is_test?: boolean

    Indicate whether the livestream session is for testing purpose only

    session_id: number

    The identifier of livestream session

    title?: string

    The title of livestream session, cannot exceed 200 characters