Table of Contents

Class JsonVoiceChannelEffectSendEventArgs

Namespace
NetCord.Gateway.JsonModels.EventArgs
Assembly
NetCord.dll
public class JsonVoiceChannelEffectSendEventArgs
Inheritance
JsonVoiceChannelEffectSendEventArgs
Inherited Members

Constructors

JsonVoiceChannelEffectSendEventArgs()

public JsonVoiceChannelEffectSendEventArgs()

Properties

AnimationId

[JsonPropertyName("animation_id")]
public ulong? AnimationId { get; set; }

Property Value

ulong?

AnimationType

[JsonPropertyName("animation_type")]
public VoiceChannelEffectSendAnimationType? AnimationType { get; set; }

Property Value

VoiceChannelEffectSendAnimationType?

ChannelId

[JsonPropertyName("channel_id")]
public ulong ChannelId { get; set; }

Property Value

ulong

Emoji

[JsonPropertyName("emoji")]
public JsonEmoji? Emoji { get; set; }

Property Value

JsonEmoji

GuildId

[JsonPropertyName("guild_id")]
public ulong GuildId { get; set; }

Property Value

ulong

SoundId

[JsonPropertyName("sound_id")]
public ulong? SoundId { get; set; }

Property Value

ulong?

SoundVolume

[JsonPropertyName("sound_volume")]
public double? SoundVolume { get; set; }

Property Value

double?

UserId

[JsonPropertyName("user_id")]
public ulong UserId { get; set; }

Property Value

ulong