ServerMessage 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
serverId Snowflake
no setter
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
resolveMember({bool force = false}) Future<Member>
resolveServer({bool force = false}) Future<Server>
Resolve the server where the message was sent.
toString() String
A string representation of this object.
inherited

Operators

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