IMessageDeleteBulkEvent class abstract

Constructors

IMessageDeleteBulkEvent()

Properties

channel → CacheableTextChannel<ITextChannel>
Channel on which messages were deleted.
read-only
deletedMessagesIds Iterable<Snowflake>
List of deleted messages ids
read-only
guild Cacheable<Snowflake, IGuild>?
Id of guild where event occurred
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getDeletedMessages() Iterable<IMessage>
Searches cache for deleted messages and returns those which are present in bots cache. Will return empty collection if cannot obtain channel instance from cache. It is not guaranteed that returned collection will have all deleted messages.
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