reloadChannel method

Future<void> reloadChannel()

Reloads the channel with latest message

Implementation

Future<void> reloadChannel() => _queryAtMessage(before: 30);