Represents a channel on Guilded.

See

https://www.guilded.gg/docs/api/channels/ServerChannel

Hierarchy

  • APIChannel

Properties

archivedAt?: string

The date the channel was archived.

archivedBy?: string

The ID of the user that archived the channel.

categoryId?: number

The ID of the category the channel belongs to.

createdAt: string

The date the channel was created.

createdBy: string

The ID of the user that created the channel.

groupId: string

The ID of the group the channel belongs to.

id: string

The ID of the channel.

isPublic?: boolean

Whether the channel is public.

name: string

The name of the channel.

parentId?: string

The ID of the parent channel the channel belongs to.

serverId: string

The ID of the server the channel belongs to.

topic?: string

The topic of the channel.

The type of the channel.

updatedAt?: string

The date the channel was edited.