Table of Contents

Class VoiceChannelEffectSendEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for VoiceChannelEffectSend event.

public class VoiceChannelEffectSendEventArgs : DiscordEventArgs
Inheritance
VoiceChannelEffectSendEventArgs
Inherited Members

Properties

AnimationId

Gets the ID of the emoji animation, for emoji reactions and soundboard effects.

AnimationType

Gets the type of emoji animation, for emoji reactions and soundboard effects.

Channel

Gets the related voice channel.

Emoji

Gets the emoji sent, for emoji reactions and soundboard effects.

Guild

Gets the guild in which the update occurred.

SoundId

Gets the ID of the soundboard sound, for soundboard effects.

SoundVolume

Gets the volume of the soundboard sound, from 0 to 1, for soundboard effects.

User

Gets the user whose voice state was updated.