Class PartyProperties
- Namespace
- NetCord.Gateway
- Assembly
- NetCord.dll
public class PartyProperties
- Inheritance
-
PartyProperties
- Inherited Members
-
Constructors
PartyProperties()
Properties
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
- string
Size
[JsonPropertyName("size")]
public PartySizeProperties? Size { get; set; }
Property Value
- PartySizeProperties
Methods
WithId(string?)
public PartyProperties WithId(string? id)
Parameters
id
string
Returns
- PartyProperties
WithSize(PartySizeProperties?)
public PartyProperties WithSize(PartySizeProperties? size)
Parameters
size
PartySizeProperties
Returns
- PartyProperties