IPlayParameters class abstract

Constructors

IPlayParameters()

Properties

channelId Snowflake?
The channel where this track was requested
read-only
endTime Duration?
The time at where the track will stop playing
read-only
guildId Snowflake
The guild where the track will be played
read-only
hashCode int
The hash code for this object.
read-onlyinherited
replace bool
Whether to replace the track or not
read-only
requester Snowflake?
The requester of the track
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
startTime Duration
The time at where the track will start to play
read-only
track ITrack
The track to play
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queue() → void
Puts the track on the queue and starts playing if necessary
startPlaying() → void
Forces the song to start playing
toString() String
A string representation of this object.
inherited

Operators

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