MessageManager<T extends PartialMessage<PartialChannel>> class

Constructors

MessageManager(Snowflake? _guildId, Snowflake _channelId)

Properties

bulkDelete BulkDeleteBuilder<PartialMessage<PartialChannel>>
Bulk delete Message in channel (PartialTextChannel, DmChannel)
no setter
cache Map<Snowflake, T>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch() Future<Map<Snowflake, T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(Snowflake id) Future<T>
sync() Future<Map<Snowflake, T>>
toString() String
A string representation of this object.
inherited

Operators

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