Class JsonGatewayBot
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonGatewayBot
- Inheritance
-
JsonGatewayBot
- Inherited Members
Constructors
JsonGatewayBot()
public JsonGatewayBot()
Properties
SessionStartLimit
[JsonPropertyName("session_start_limit")]
public JsonGatewaySessionStartLimit SessionStartLimit { get; set; }
Property Value
ShardCount
[JsonPropertyName("shards")]
public int ShardCount { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public string Url { get; set; }