Deletes the channel.
await channel.delete();
Future<void> delete({String? reason}) => _methods.delete(reason);