Interface NewsRepositoryInboxResponseArgs

interface NewsRepositoryInboxResponseArgs {
    actions?: string[];
    aymt_channel_id?: string;
    aymt_notif_id?: string;
    aymt_notif_type?: string;
    clicked: boolean;
    comment_id?: string;
    comment_ids?: string[];
    comment_notif_type?: string;
    destination?: string;
    hashtag_follow?: NewsRepositoryInboxResponseHashtag_follow;
    icon_url?: string;
    latest_reel_media?: number;
    links?: NewsRepositoryInboxResponseLinksItem[];
    media?: NewsRepositoryInboxResponseMediaItem[];
    profile_id?: number;
    profile_image?: string;
    profile_image_destination?: string;
    profile_name?: string;
    rich_text?: string;
    second_profile_id?: number;
    second_profile_image?: string;
    text?: string;
    timestamp: string;
    tuuid: string;
}

Properties

actions?: string[]
aymt_channel_id?: string
aymt_notif_id?: string
aymt_notif_type?: string
clicked: boolean
comment_id?: string
comment_ids?: string[]
comment_notif_type?: string
destination?: string
icon_url?: string
latest_reel_media?: number
profile_id?: number
profile_image?: string
profile_image_destination?: string
profile_name?: string
rich_text?: string
second_profile_id?: number
second_profile_image?: string
text?: string
timestamp: string
tuuid: string