Table of Contents

Class PartySizeProperties

Namespace
NetCord.Gateway
Assembly
NetCord.dll
[JsonConverter(typeof(PartySizeProperties.PartySizePropertiesConverter))]
public class PartySizeProperties
Inheritance
PartySizeProperties
Inherited Members

Constructors

PartySizeProperties(long, long)

public PartySizeProperties(long currentSize, long maxSize)

Parameters

currentSize long
maxSize long

Properties

CurrentSize

public long CurrentSize { get; set; }

Property Value

long

MaxSize

public long MaxSize { get; set; }

Property Value

long

Methods

WithCurrentSize(long)

public PartySizeProperties WithCurrentSize(long currentSize)

Parameters

currentSize long

Returns

PartySizeProperties

WithMaxSize(long)

public PartySizeProperties WithMaxSize(long maxSize)

Parameters

maxSize long

Returns

PartySizeProperties