Class SocialLinksService

Hierarchy

  • SocialLinksService

Constructors

Properties

Methods

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Retrieves a member's public social links

    Throws

    ApiError

    Parameters

    • options: {
          serverId: string;
          socialLinkType: "bnet" | "epic" | "facebook" | "origin" | "patreon" | "psn" | "roblox" | "steam" | "switch" | "twitch" | "twitter" | "xbox" | "youtube";
          userId: string;
      }
      • serverId: string
      • socialLinkType: "bnet" | "epic" | "facebook" | "origin" | "patreon" | "psn" | "roblox" | "steam" | "switch" | "twitch" | "twitter" | "xbox" | "youtube"

        The type of social link to retrieve

      • userId: string

    Returns CancelablePromise<{
        socialLink: SocialLinkPayload;
    }>

    any Success

Generated using TypeDoc