hoshii / Exports / ServerChannelData
ServerChannelData
Hierarchy
BaseData
<string
>↳
ServerChannelData
Table of contents
Properties
- archivedAt
- archivedBy
- categoryID
- createdAt
- createdBy
- groupID
- id
- isPublic
- name
- parentID
- serverID
- topic
- type
- updatedAt
Properties
archivedAt
• archivedAt: Date
Defined in
lib/structures/ServerChannel.ts:23
archivedBy
• archivedBy: string
Defined in
lib/structures/ServerChannel.ts:24
categoryID
• categoryID: string
Defined in
lib/structures/ServerChannel.ts:25
createdAt
• createdAt: Date
Defined in
lib/structures/ServerChannel.ts:26
createdBy
• createdBy: string
Defined in
lib/structures/ServerChannel.ts:27
groupID
• groupID: string
Defined in
lib/structures/ServerChannel.ts:28
id
• id: string
Inherited from
Defined in
isPublic
• isPublic: boolean
Defined in
lib/structures/ServerChannel.ts:29
name
• name: string
Defined in
lib/structures/ServerChannel.ts:30
parentID
• parentID: string
Defined in
lib/structures/ServerChannel.ts:31
serverID
• serverID: string
Defined in
lib/structures/ServerChannel.ts:32
topic
• topic: string
Defined in
lib/structures/ServerChannel.ts:33
type
• type: ServerChannelCategories
Defined in
lib/structures/ServerChannel.ts:34
updatedAt
• updatedAt: Date