hoshii / Exports / TextChannelData
TextChannelData
Hierarchy
↳
TextChannelData
Table of contents
Properties
- archivedAt
- archivedBy
- categoryID
- createdAt
- createdBy
- groupID
- id
- isPublic
- messages
- name
- parentID
- serverID
- topic
- 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
messages
• messages: ChatMessageData
[]
Defined in
lib/structures/TextChannel.ts:18
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
type
• type: ServerChannelCategories
Inherited from
Defined in
lib/structures/ServerChannel.ts:34
updatedAt
• updatedAt: Date