TextChannelBuilder class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name of channel
getter/setter pair
nsfw bool?
Whether the channel is nsfw
getter/setter pair
parentChannel SnowflakeEntity?
Id of the parent category for a channel
getter/setter pairinherited
permissionOverrides List<PermissionOverrideBuilder>?
The channel's permission overwrites
getter/setter pairinherited
position int?
Sorting position of the channel
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String?
Channel topic (0-1024 characters)
getter/setter pair
type ChannelType?
Type of channel
getter/setter pairinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited