reloadChannel method

Future<void> reloadChannel()

Reloads the channel with latest message

Implementation

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