Class Team

Represents an OAuth team.

Hierarchy

Constructors

Properties

icon: null | string

The icon hash of this team.

id: string
members: TeamMember[]

The members of this team.

name: string

The name of this team.

owner?: User

The owner of this team.

ownerID: string

The ID of the owner of this team.

Accessors

  • get createdAt(): Date
  • Returns Date

Methods

  • Returns JSONTeam

  • Returns string

  • Parameters

    Returns void

  • Parameters

    • Optional timestamp: number | Date

    Returns string

  • Parameters

    • id: string

    Returns Date

  • Parameters

    • id: string

    Returns number

Generated using TypeDoc