IGPAPI
    Preparing search index...

    Interface DirectBroadcastReelShareMessageInput

    interface DirectBroadcastReelShareMessageInput {
        mediaId: string;
        mediaType?: "photo" | "video";
        reelId?: string;
        text?: string;
    }
    Index

    Properties

    mediaId: string
    mediaType?: "photo" | "video"
    'photo'
    
    reelId?: string
    text?: string