IGPAPI
    Preparing search index...

    Function StoryUploaderDmPhoto

    • Parameters

      Returns {
          execute: () => Effect<
              { attachment_fbid: any; upload_id: string },
              TransportError,
              Transport,
          >;
          mediaType: () => string;
          queryString: () => Record<string, string | number | boolean> | undefined;
          sourceType: () => string;
          uploadId: () => string;
      }