ServerForumChannel class final

Inheritance

Constructors

ServerForumChannel(ChannelProperties _properties, {required SortOrderType? sortOrder, required ForumLayoutType? layoutType})

Properties

category ServerCategoryChannel?
latefinal
categoryId Snowflake?
no setter
description String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
no setteroverride
layoutType ForumLayoutType?
final
name String
no setteroverride
permissions List<ChannelPermissionOverwrite>
no setter
position int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId Snowflake
no setteroverride
sortOrder SortOrderType?
final
threads → ThreadsManager
no setter
type ChannelType
no setteroverride

Methods

cast<T extends Channel>() → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveServer({bool force = true}) Future<Server>
Resolves the Server the channel belongs to.
inherited
toString() String
A string representation of this object.
inherited
update(ChannelBuilderContract builder, {String? reason}) Future<void>
Updates the channel.
inherited

Operators

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