ServerCategoryChannel class final
- Inheritance
-
- Object
- ServerChannel
- ServerCategoryChannel
Constructors
- ServerCategoryChannel(ChannelProperties _properties)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → Snowflake
-
no setteroverride
- name → String
-
no setteroverride
-
permissions
→ List<
ChannelPermissionOverwrite> -
no setteroverride
- position → int
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- server ↔ Server
-
latefinaloverride
- serverId → Snowflake
-
no setteroverride
- threads → ThreadsManager
-
no setteroverride
- type → ChannelType
-
no setteroverride
Methods
-
cast<
T extends Channel> () → T -
inherited
-
delete(
{String? reason}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setName(
String name, {String? reason}) → Future< void> -
setPosition(
int position, {String? reason}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited