zendesk-messaging-client
    Preparing search index...

    Type Alias DownloadMessageRefBody

    type DownloadMessageRefBody = {
        apple?: {
            interactiveDataRef: {
                bid: string;
                key: string;
                owner: string;
                signature: string;
                url: string;
            };
        };
        userId: string;
    }
    Index

    Properties

    Properties

    apple?: {
        interactiveDataRef: {
            bid: string;
            key: string;
            owner: string;
            signature: string;
            url: string;
        };
    }

    The message ref returned by Apple.

    Type declaration

    • interactiveDataRef: { bid: string; key: string; owner: string; signature: string; url: string }

      interactiveDataRef can be found in the passthrough webhook.

    userId: string

    The id of the user.