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