Class: PrivateChannel
Hierarchy
↳
PrivateChannel
Constructors
constructor
• new PrivateChannel(client, data)
Parameters
| Name | Type |
|---|---|
client | Client |
data | APIChannel |
Inherited from
Defined in
packages/libcord/src/structures/channels/Channel.ts:12
Properties
client
• Readonly client: Client
Inherited from
Defined in
packages/libcord/src/structures/Base.ts:8
id
• id: string
Inherited from
Defined in
packages/libcord/src/structures/channels/Channel.ts:8
name
• name: string
Inherited from
Defined in
packages/libcord/src/structures/channels/Channel.ts:10
type
• Readonly type: ChannelTypes
Inherited from
Defined in
packages/libcord/src/structures/channels/Channel.ts:9
Accessors
mention
• get mention(): string
Returns
string
Inherited from
Channel.mention