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

Id

public string? Id { get; }

Property Value

string

Size

public PartySize? Size { get; }

Property Value

PartySize