IEventController class abstract

Constructors

IEventController()

Properties

hashCode int
The hash code for this object.
no setterinherited
onAutocompleteEvent Stream<IAutocompleteInteractionEvent>
Emitted when a slash command is created by the user.
no setter
onButtonEvent Stream<IButtonInteractionEvent>
Emitted when a button interaction is received.
no setter
onChannelMultiSelect Stream<IChannelMultiSelectInteractionEvent>
Emitted when a channel interaction multi select is received.
no setter
onMentionableMultiSelect Stream<IMentionableMultiSelectInteractionEvent>
Emitted when a mentionable interaction multi select is received.
no setter
onModalEvent Stream<IModalInteractionEvent>
Emitted when a modal interaction is received.
no setter
onMultiselectEvent Stream<IMultiselectInteractionEvent>
Emitted when a dropdown interaction is received.
no setter
onRoleMultiSelect Stream<IRoleMultiSelectInteractionEvent>
Emitted when a role interaction multi select is received.
no setter
onSlashCommand Stream<ISlashCommandInteractionEvent>
Emitted when a slash command is sent.
no setter
onSlashCommandCreated Stream<ISlashCommand>
Emitted when a slash command is created by the user.
no setter
onUserMultiSelect Stream<IUserMultiSelectInteractionEvent>
Emitted when a user interaction multi select is received.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 ==(Object other) bool
The equality operator.
inherited