Table of Contents

Property Duration

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Duration

The timeout duration in seconds. Maximum of 2419200 seconds (4 weeks).

[JsonProperty("duration_seconds", NullValueHandling = NullValueHandling.Ignore)]
public int? Duration { get; }

Property Value

int?