A group in a server in Guilded

Hierarchy

Constructors

Properties

archivedAt: null | Date
archivedBy: null | string
avatar: string
client: Client
createdAt: Date

The date this group was created at

createdBy: string

The ID of the user who created this group

description: string

The description of the group

emoteId: number
id: string

Identifier of this structrure

isHome: boolean
isPublic: boolean
name: string

The name of the group

Bare data of this structure

serverId: string

The ID of the server this group is in

updatedAt: Date

The date this group was last updated at

updatedBy: string

Methods

  • Adds a member to the group.

    Parameters

    • memberId: string

      The ID of the member to add.

    Returns Promise<void>

    A Promise that resolves with no result on success.

  • Removes a member from the group.

    Parameters

    • memberId: string

      The ID of the member to remove.

    Returns Promise<void>

    A Promise that resolves with no result on success.

Generated using TypeDoc