Interface RawVoiceChannelEffect

interface RawVoiceChannelEffect {
    animation_id?: number;
    animation_type?: AnimationTypes;
    channel_id: string;
    emoji?: null | PartialEmoji;
    guild_id: string;
    user_id: string;
}

Properties

animation_id?: number
animation_type?: AnimationTypes
channel_id: string
emoji?: null | PartialEmoji
guild_id: string
user_id: string