Interface ListReelMediaViewerFeedResponseConsumption_sheet_config

interface ListReelMediaViewerFeedResponseConsumption_sheet_config {
    can_viewer_donate: boolean;
    currency: string;
    donation_amount_config: ListReelMediaViewerFeedResponseDonation_amount_config;
    donation_disabled_message: null;
    donation_url: string;
    has_viewer_donated: boolean;
    privacy_disclaimer: string;
    you_donated_message: null;
}

Properties

can_viewer_donate: boolean
currency: string
donation_disabled_message: null
donation_url: string
has_viewer_donated: boolean
privacy_disclaimer: string
you_donated_message: null