ICustomMessageButton class Null safety

Implemented types

Constructors

ICustomMessageButton()

Properties

customId String
a dev-defined unique string sent on click (max 100 characters)
read-only
disabled bool
True if button is disabled
read-only, inherited
emoji IMessageComponentEmoji?
Additional emoji that will be displayed before label
read-only, inherited
hashCode int
The hash code for this object.
read-only, inherited
label String?
What the button says (max 80 characters)
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
style ButtonStyle
Component style, appearance
read-only, inherited
type ComponentType
The ComponentType
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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