Interface DirectInboxFeedResponseReelShare

interface DirectInboxFeedResponseReelShare {
    is_reel_persisted: boolean;
    media: DirectInboxFeedResponseMedia;
    reel_owner_id: number;
    reel_type: string;
    text: string;
    type: string;
}

Properties

is_reel_persisted: boolean
reel_owner_id: number
reel_type: string
text: string
type: string