Table of Contents

Struct Shard

Namespace
NetCord.Gateway
Assembly
NetCord.dll
[JsonConverter(typeof(Shard.JsonShardConverter))]
public readonly struct Shard
Inherited Members

Constructors

Shard(int, int)

public Shard(int id, int count)

Parameters

id int
count int

Properties

Count

public int Count { get; }

Property Value

int

Id

public int Id { get; }

Property Value

int