Table of Contents

Interface IGatewayCompression

Namespace
NetCord.Gateway.Compression
Assembly
NetCord.dll
public interface IGatewayCompression : IDisposable
Inherited Members

Properties

Name

string Name { get; }

Property Value

string

Methods

Decompress(ReadOnlySpan<byte>)

ReadOnlySpan<byte> Decompress(ReadOnlySpan<byte> payload)

Parameters

payload ReadOnlySpan<byte>

Returns

ReadOnlySpan<byte>

Initialize()

void Initialize()