IEventController class abstract

Implemented types

Constructors

IEventController()

Properties

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

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