BulkDeleteBuilder<T extends PartialMessage<PartialChannel>> class

Constructors

BulkDeleteBuilder(MessageManager<T> _manager)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

amount(int amount, {String? reason}) Future<void>
Delete a specified amount of Message
ids(List<Snowflake> ids, {String? reason}) Future<void>
Delete Message with their ids
messages(List<T> messages, {String? reason}) Future<void>
Delete some specified Message
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

maxMessages → const int
minMessages → const int