Interface HighlightsRepositoryHighlightsTrayResponseTv_channel

interface HighlightsRepositoryHighlightsTrayResponseTv_channel {
    id: string;
    items: HighlightsRepositoryHighlightsTrayResponseItemsItem[];
    max_id: null;
    more_available: boolean;
    seen_state: HighlightsRepositoryHighlightsTrayResponseSeen_state;
    title: string;
    type: string;
    user_dict: HighlightsRepositoryHighlightsTrayResponseUser_dict;
}

Properties

id: string
max_id: null
more_available: boolean
title: string
type: string