IPlayParameters class abstract

Constructors

IPlayParameters()

Properties

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

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