Interface TimelineFeedResponseAndroidLinksItem

interface TimelineFeedResponseAndroidLinksItem {
    androidClass: string;
    appInstallObjectiveInvalidationBehavior: null;
    callToActionTitle: string;
    deeplinkUri: string;
    igUserId: null;
    leadGenFormId: string | number;
    linkType: number;
    package: string;
    redirectUri: string;
    webUri: string;
}

Properties

androidClass: string
appInstallObjectiveInvalidationBehavior: null
callToActionTitle: string
deeplinkUri: string
igUserId: null
leadGenFormId: string | number
linkType: number
package: string
redirectUri: string
webUri: string