MinimalGuildChannel class abstract

Inheritance
Implementers

Properties

channelType ChannelType
Type of this channel
latefinalinherited
client INyxx
Reference to client
finalinherited
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
guild Cacheable<Snowflake, Guild>
Id of Guild that the channel is in.
latefinal
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
isNsfw bool
Indicates if channel is nsfw
latefinal
name String
The channel's name.
latefinal
parentChannel Cacheable<Snowflake, GuildChannel>?
Id of parent channel
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<void>
Deletes channel if guild channel or closes DM if DM channel
inherited
dispose() Future<void>
Perform cleanup
inherited
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 ==(dynamic other) bool
The equality operator.
inherited