Interface DirectThreadBroadcastReelOptions

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

Properties

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