Skip to main content

Class: PrivateChannel

Hierarchy

Constructors

constructor

new PrivateChannel(client, data)

Parameters

NameType
clientClient
dataAPIChannel

Inherited from

Channel.constructor

Defined in

packages/libcord/src/structures/channels/Channel.ts:12

Properties

client

Readonly client: Client

Inherited from

Channel.client

Defined in

packages/libcord/src/structures/Base.ts:8


id

id: string

Inherited from

Channel.id

Defined in

packages/libcord/src/structures/channels/Channel.ts:8


name

name: string

Inherited from

Channel.name

Defined in

packages/libcord/src/structures/channels/Channel.ts:10


type

Readonly type: ChannelTypes

Inherited from

Channel.type

Defined in

packages/libcord/src/structures/channels/Channel.ts:9

Accessors

mention

get mention(): string

Returns

string

Inherited from

Channel.mention

Defined in

packages/libcord/src/structures/channels/Channel.ts:19