Table of Contents

Class Party

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class Party : IJsonModel<JsonParty>
Inheritance
Party
Implements
Inherited Members

Constructors

Party(JsonParty)

public Party(JsonParty jsonModel)

Parameters

jsonModel JsonParty

Properties

CurrentSize

public int? CurrentSize { get; }

Property Value

int?

Id

public string? Id { get; }

Property Value

string

MaxSize

public int? MaxSize { get; }

Property Value

int?