Table of Contents

Method UseZstdCompression

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

UseZstdCompression()

Sets the gateway compression used to zstd. This requires zstd natives to be available to the application.

public DiscordClientBuilder UseZstdCompression()

Returns

DiscordClientBuilder

The current instance for chaining.