PrivateMessage class abstract interface

Implemented types
Implementers

Properties

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

Methods

edit(String? content, List<MessageEmbed>? embeds, List<MessageComponent>? components) Future<void>
inherited
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>
inherited
resolveChannel<T extends Channel>() Future<T>
inherited
resolveUser({bool force = false}) Future<User>
toString() String
A string representation of this object.
inherited

Operators

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