VoiceChannelBuilder class
Properties
-
bitrate
↔ int?
-
The bitrate (in bits) of the voice channel (voice only)
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
id
↔ Snowflake?
-
Id of the channel.
When using the
channels
parameter on GuildBuilder, this field within each channel object may be set to an integer placeholder, and will be replaced by the API upon consumption.
Its purpose is to allow you to create GUILD_CATEGORY
channels by setting the parentChannel.id
field on any children to the category's id field. Category channels must be listed before any children.
read / writeinherited
-
name
↔ String?
-
Name of the channel (1-100 characters)
read / writeinherited
-
parentChannel
↔ SnowflakeEntity?
-
Id of the parent category for a channel
read / writeinherited
-
permissionOverrides
↔ List<PermissionOverrideBuilder>?
-
The channel's permission overwrites
read / writeinherited
-
position
↔ int?
-
Sorting position of the channel
read / writeinherited
-
rateLimitPerUser
↔ int?
-
Amount of seconds a user has to wait before sending another message (0-21600);
bots, as well as users with the permission manage_messages or manage_channel, are unaffected
read / write
-
rtcRegion
↔ String?
-
Channel voice region id, automatic when set to null
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
type
↔ ChannelType?
-
Type of channel
read / writeoverride
-
userLimit
↔ int?
-
The user limit of the voice channel (voice only)
read / write
-
videoQualityMode
↔ VideoQualityMode?
-
read / write
Methods
-
build()
→ RawApiMap
-
Returns built response for api
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited