Represents a server on Guilded.

Example

new Server(client, rawServer);

Hierarchy

Constructors

Properties

about?: string

The description of the server.

avatar?: string

The avatar of the server.

banner?: string

The banner of the server.

The manager of bans that belong to the server.

client: Client

The client the data model belongs to.

createdAt: Date

The date the server was created.

defaultChannelId?: string

The ID of the server's default channel.

id: string

The ID of the structure.

isVerified?: boolean

Whether the server is verified.

The manager of members that belong to the server.

name: string

The name of the server.

ownerId: string

The ID of the user the server belongs to.

The raw data of the server.

The manager of roles that belong to the server.

timezone?: string

The timezone of the server.

type?: ServerType

The type of the server.

url?: string

The vanity URL of the server.

Accessors

Methods