Class: GroupChannel
Hierarchy
↳
GroupChannel
Constructors
constructor
• new GroupChannel(client, data)
Parameters
| Name | Type |
|---|---|
client | Client |
data | APIChannel |
Overrides
Defined in
packages/libcord/src/structures/channels/GroupChannel.ts:6
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