Options
All
  • Public
  • Public/Protected
  • All
Menu

Holds information about a players Guild

Hierarchy

  • PlayerGuildData

Index

Properties

Methods

Properties

name

name: null | string

The name of the player's Guild, if applicable

readonly

rank

rank: null | GuildRank

The player's rank in the Guild, if applicable

Methods

fetch

  • Returns the API object of the Guild, if applicable

    This method causes API requests.

    Parameters

    • Optional options: GuildRequestOptions

      The options for the request; the field guild has no effect

    Returns Promise<Guild>

Generated using TypeDoc