Table of Contents

Class PassiveGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll
public class PassiveGatewayData
Inheritance
object
PassiveGatewayData

Properties

Channels

[JsonProperty("channels")]
public Dictionary<ulong, ulong> Channels { get; set; }

Property Value

Dictionary<ulong, ulong>

CreatedChannels

[JsonProperty("created_channels")]
public ChannelJson[]? CreatedChannels { get; set; }

Property Value

ChannelJson[]

DeletedChannelIds

[JsonProperty("deleted_channel_ids")]
public ulong[] DeletedChannelIds { get; set; }

Property Value

ulong[]

GuildId

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

Property Value

ulong

UpdatedChannels

[JsonProperty("updated_channels")]
public ChannelJson[]? UpdatedChannels { get; set; }

Property Value

ChannelJson[]

VoiceStates

[JsonProperty("voice_states")]
public VoiceStateGatewayData[]? VoiceStates { get; set; }

Property Value

VoiceStateGatewayData[]