getDeletedMessages abstract method

Iterable<IMessage> getDeletedMessages()

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.

Implementation

Iterable<IMessage> getDeletedMessages();