Table of Contents

Property SoundboardSounds

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

SoundboardSounds

Gets the soundboard sounds send with this message, if applicable.

[JsonProperty("soundboard_sounds", NullValueHandling = NullValueHandling.Ignore)]
public List<DiscordSoundboardSound>? SoundboardSounds { get; }

Property Value

List<DiscordSoundboardSound>