Constructors

Properties

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

Methods

  • Hide Story/Reel from ReelsTray

    Parameters

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

    Returns Promise<unknown>

  • "Show" Story/Reel in ReelsTray

    Parameters

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

    Returns Promise<unknown>