Table of Contents

Class PartySize

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class PartySize : IJsonModel<long[]>
Inheritance
PartySize
Implements
Inherited Members

Constructors

PartySize(long[])

public PartySize(long[] jsonModel)

Parameters

jsonModel long[]

Properties

CurrentSize

public long CurrentSize { get; }

Property Value

long

MaxSize

public long MaxSize { get; }

Property Value

long