Class FriendshipRepository

Hierarchy

  • FriendshipRepository

Constructors

Properties

changeMutedStatus: ((input: ChangeMuteStatusInput) => Promise<ChangeMutedStatusResponse>) = ...

Type declaration

facade: IgpapiFacade
setBesties: ((input: SetBestiesInput) => Promise<SetBestiesResponse>) = ...

Type declaration

Methods

  • Hide Story/Reel from ReelsTray

    Parameters

    • options: {
          source?: string;
          userId: string | number;
      }
      • Optional source?: string
      • userId: string | number

    Returns Promise<unknown>

  • Parameters

    • options: {
          source?: string;
          unblock: boolean;
          userId: string | number;
      }
      • Optional source?: string
      • unblock: boolean
      • userId: string | number

    Returns Promise<unknown>

  • "Show" Story/Reel in ReelsTray

    Parameters

    • options: {
          source?: string;
          userId: string | number;
      }
      • Optional source?: string
      • userId: string | number

    Returns Promise<unknown>