Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseTextChannelInGuild

Hierarchy

Implements

Index

Constructors

Properties

client: Client
guildId: null | string = null
id: string
lastMessageId: null | string = null
messages: ChannelMessageManager = ...
name: string = ''
nsfw: boolean = false
parentId: null | string = null
position: number = 0
type: ChannelType = ChannelType.GuildCategory

Accessors

  • get createdAt(): Date
  • get createdTimestamp(): number
  • get delete(): (...args: [reason?: string]) => Promise<void>
  • Returns (...args: [reason?: string]) => Promise<void>

      • (...args: [reason?: string]): Promise<void>
      • Parameters

        • Rest ...args: [reason?: string]

        Returns Promise<void>

  • get guild(): null | Guild

Methods

  • toJSON(data: any): any

Generated using TypeDoc