IMessageMultiselect class abstract

Implemented types

Constructors

IMessageMultiselect()

Properties

customId String
A dev-defined unique string sent on click (max 100 characters)
no setter
hashCode int
The hash code for this object.
no setterinherited
maxValues int
Max value of selected options
no setter
minValues int
Min value of selected options
no setter
options Iterable<IMessageMultiselectOption>
Possible options of multiselect
no setter
placeholder String?
Custom placeholder when no option selected
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ComponentType
The ComponentType
no setterinherited

Methods

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