Table of Contents

Property DurationSecs

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DurationSecs

The duration in seconds of the audio file (currently only for voice messages).

Only presented when the message flags include IsVoiceMessage and for the attached voice message.

[JsonProperty("duration_secs", NullValueHandling = NullValueHandling.Ignore)]
public float? DurationSecs { get; }

Property Value

float?