IMultiselectInteractionEvent class abstract

Implemented types

Properties

client → INyxx
Reference to INyxx
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
interaction IMultiselectInteraction
Interaction data for slash command
no setterinherited
interactions ↔ Interactions
Reference to Interactions
latefinalinherited
logger → Logger
finalinherited
receivedAt DateTime
The DateTime the interaction was received by the Nyxx Client.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acknowledge({bool hidden = false}) Future<void>
Used to acknowledge a Interaction but not send any response yet. Once this is sent you can then only send ChannelMessages. You can also set showSource to also print out the command the user entered.
inherited
deleteFollowup(Snowflake messageId) Future<void>
Deletes followup message with given id
inherited
deleteOriginalResponse() Future<void>
Deletes original response
inherited
editFollowup(Snowflake messageId, MessageBuilder builder) Future<IMessage>
Edits followup message
inherited
editOriginalResponse(MessageBuilder builder) Future<IMessage>
Edits original message response
inherited
fetchFollowup(Snowflake messageId) Future<IMessage>
Fetch followup message
inherited
getOriginalResponse() Future<IMessage>
Returns IMessage object of original interaction response
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
respond(MessageBuilder builder, {bool hidden = false}) Future<void>
Used to acknowledge a Interaction and send a response. Once this is sent you can then only send ChannelMessages.
inherited
sendFollowup(MessageBuilder builder, {bool hidden = false}) Future<IMessage>
Create a followup message for an Interaction
inherited
toString() String
A string representation of this object.
inherited

Operators

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