Represents a server on Guilded.

See

https://www.guilded.gg/docs/api/servers/Server

Hierarchy

  • APIServer

Properties

about?: string

The description of the server.

avatar?: string

The URL of the server's avatar.

banner?: string

The URL of the server's banner.

createdAt: string

The date the server was created.

defaultChannelId?: string

The ID of the server's default channel.

id: string

The ID of the server.

isVerified?: boolean

Whether the server is verified.

name: string

The name of the server.

ownerId: string

The ID of the user the server belongs to.

timezone?: string

The timezone of the server.

type?: ServerType

The type of the server.

url?: string

The vanity URL of the server.