MessageBuilder class
Message builder
Constructors
-
MessageBuilder({String? content, List<
EmbedBuilder> ? embeds, ComponentBuilder? components, List<MessageStickerItem> ? stickers})
Properties
- components → ComponentBuilder?
-
ComponentBuilder of this.
final
- content → String?
-
Content of this as String.
final
-
embeds
→ List<
EmbedBuilder> ? -
EmbedBuilder of this.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stickers
→ List<
MessageStickerItem> ? -
MessageStickerItem
of this.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object - Serialize this to json.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited