disableSlowMode method

Disable slow mode

Implementation

Future<PartialUpdateChannelResponse> disableSlowMode() async {
  _checkInitialized();
  return _client.disableSlowdown(id!, type);
}