ForumChannelBuilder class

Inheritance

Constructors

ForumChannelBuilder()

Properties

availableTags List<AvailableTagBuilder>?
Tags available to assign to forum posts
getter/setter pair
defaultReactionEmoji IEmoji?
The emoji to show in the add reaction button on a thread in a GUILD_FORUM channel
getter/setter pair
defaultSortOrder ForumSortOrder?
The default sort order type used to order posts in GUILD_FORUM channels. Defaults to null, which indicates a preferred sort order hasn't been set by a channel admin
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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.
getter/setter pairinherited
name String?
Name of the channel (1-100 characters)
getter/setter pairinherited
nsfw bool?
Whether the channel is nsfw
getter/setter pairinherited
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 pairinherited
type ChannelType?
Type of channel
getter/setter pairoverride
videoQualityMode VideoQualityMode?
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