Class: GuildChannel
Extended by
Constructors
new GuildChannel()
new GuildChannel(
client,guild,data):GuildChannel
Parameters
| Parameter | Type |
|---|---|
client | Client |
guild | Guild |
data | any |
Returns
Defined in
src/core/classes/GuildChannel.ts:14 (opens in a new tab)
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
guild | public | Guild | src/core/classes/GuildChannel.ts:11 (opens in a new tab) |
id | public | string | src/core/classes/GuildChannel.ts:5 (opens in a new tab) |
name | public | string | src/core/classes/GuildChannel.ts:6 (opens in a new tab) |
nsfw | public | boolean | src/core/classes/GuildChannel.ts:8 (opens in a new tab) |
position | public | number | src/core/classes/GuildChannel.ts:9 (opens in a new tab) |
topic? | public | null | string | src/core/classes/GuildChannel.ts:10 (opens in a new tab) |
type | public | number | src/core/classes/GuildChannel.ts:7 (opens in a new tab) |