Reference
Classes
Guildchannel

Class: GuildChannel

Extended by

Constructors

new GuildChannel()

new GuildChannel(client, guild, data): GuildChannel

Parameters

ParameterType
clientClient
guildGuild
dataany

Returns

GuildChannel

Defined in

src/core/classes/GuildChannel.ts:14 (opens in a new tab)

Properties

PropertyModifierTypeDefined in
guildpublicGuildsrc/core/classes/GuildChannel.ts:11 (opens in a new tab)
idpublicstringsrc/core/classes/GuildChannel.ts:5 (opens in a new tab)
namepublicstringsrc/core/classes/GuildChannel.ts:6 (opens in a new tab)
nsfwpublicbooleansrc/core/classes/GuildChannel.ts:8 (opens in a new tab)
positionpublicnumbersrc/core/classes/GuildChannel.ts:9 (opens in a new tab)
topic?publicnull | stringsrc/core/classes/GuildChannel.ts:10 (opens in a new tab)
typepublicnumbersrc/core/classes/GuildChannel.ts:7 (opens in a new tab)