IGPAPI
    Preparing search index...

    Function MediaImpression

    • A service for like/unlike media

      Parameters

      Returns {
          like: (
              doubleTap?: boolean,
          ) => Effect<
              unknown,
              | IgApiError
              | RequestError
              | ParseError
              | TransportError
              | UserIdNotFoundInState,
              PlainJsonApiHttp
              | Signature
              | MobileSession
              | MobileDevice,
          >;
          unlike: () => Effect<
              unknown,
              | IgApiError
              | RequestError
              | ParseError
              | TransportError
              | UserIdNotFoundInState,
              PlainJsonApiHttp
              | Signature
              | MobileSession
              | MobileDevice,
          >;
      }