BaseMessage class abstract interface

Implementers

Properties

authorId Snowflake?
no setter
authorIsBot bool
no setter
channelId Snowflake
no setter
content String
no setter
createdAt DateTime
no setter
embeds List<MessageEmbed>
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
no setter
reactions → ReactionManger
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
no setter

Methods

edit(String? content, List<MessageEmbed>? embeds, List<MessageComponent>? components) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reply<T extends Message>({String? content, List<MessageEmbed>? embeds, List<MessageComponent>? components}) Future<T>
resolveChannel<T extends Channel>() Future<T>
toString() String
A string representation of this object.
inherited

Operators

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