Property WaveForm
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WaveForm
The base64 encoded byte-array representing a sampled waveform (currently only for voice messages).
Only presented when the message flags include IsVoiceMessage and for the attached voice message.
[JsonProperty("waveform", NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(WaveformConverter))]
public byte[]? WaveForm { get; }
Property Value
- byte[]