IPartialChannel class Null safety
- Implemented types
Constructors
Properties
- channelType → ChannelType
-
Type of this channel
read-onlyinherited
- client → INyxx
-
Reference to client
read-onlyinherited
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → Snowflake
-
ID of entity as Snowflake
finalinherited
- name → String
-
Channel name
read-only
- permissions → IPermissions
-
Permissions of user in channel
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → ChannelType
-
Type of channel
read-only
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited