Class VoiceChannelEffectSendEventArgs
- Namespace
- NetCord.Gateway
- Assembly
- NetCord.dll
public class VoiceChannelEffectSendEventArgs : IJsonModel<JsonVoiceChannelEffectSendEventArgs>
- Inheritance
-
VoiceChannelEffectSendEventArgs
- Implements
-
- Inherited Members
-
Constructors
VoiceChannelEffectSendEventArgs(JsonVoiceChannelEffectSendEventArgs, RestClient)
public VoiceChannelEffectSendEventArgs(JsonVoiceChannelEffectSendEventArgs jsonModel, RestClient client)
Parameters
jsonModel
JsonVoiceChannelEffectSendEventArgs
client
RestClient
Properties
AnimationId
public ulong? AnimationId { get; }
Property Value
- ulong?
AnimationType
public VoiceChannelEffectSendAnimationType? AnimationType { get; }
Property Value
- VoiceChannelEffectSendAnimationType?
ChannelId
public ulong ChannelId { get; }
Property Value
- ulong
Emoji
public Emoji? Emoji { get; }
Property Value
- Emoji
GuildId
public ulong GuildId { get; }
Property Value
- ulong
SoundId
public ulong? SoundId { get; }
Property Value
- ulong?
SoundVolume
public double? SoundVolume { get; }
Property Value
- double?
UserId
public ulong UserId { get; }
Property Value
- ulong