-
Notifications
You must be signed in to change notification settings - Fork 144
GuildVoiceChannel
SinisterRectus edited this page Nov 4, 2016
·
21 revisions
Properties Inherited From Channel
Name | Type | Mutable | Description |
---|---|---|---|
isPrivate | boolean | Whether the channel is private | |
type | string | The channel type (text or voice) |
Properties Inherited From Container
Name | Type | Mutable | Description |
---|---|---|---|
client | Client | Client object to which the Discord object is known | |
parent | * | Parent Discord object (ex: the Guild of a Member) |
Properties Inherited From GuildChannel
Name | Type | Mutable | Description |
---|---|---|---|
guild | Guild | The guild in which the channel exists | |
invites | function | Iterator for the channel's invites (not cached) | |
name | string | X | The name of the guild channel |
permissionOverwriteCount | number | How many permission overwrites are cached for this channel | |
permissionOverwrites | function | Iterator for cached permission overwrites | |
position | number | X | The position of the channel in the guild's list of channels |
Properties Inherited From Snowflake
Name | Type | Mutable | Description |
---|---|---|---|
createdAt | number | Unix time in seconds at which the object was created by Discord | |
id | string | Snowflake ID for the object |
Name | Type | Mutable | Description |
---|---|---|---|
bitrate | number | X | Channel bitrate in bits per seconds (8000 to 9600 or 128000 for VIP guilds) |
userLimit | number | X | Limit to the number of users allowed in the channel (use 0 for infinite) |