Interface DirectThreadBroadcastReelOptions

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

Properties

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