Table of Contents

Property LargeThreshold

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

LargeThreshold

Sets the member count threshold at which guilds are considered large.

Discord only accepts values between 50 and 250 (inclusive). Values outside this range are silently clamped to the nearest boundary.

Defaults to 250.

[Deprecated("Use Gateway.LargeThreshold instead. This property will be removed in a future version.")]
public int LargeThreshold { set; }

Property Value

int