Table of Contents

Class CallCreateGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Gateway data for CALL_CREATE event.

public class CallCreateGatewayData
Inheritance
object
CallCreateGatewayData

Properties

ChannelId

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

Property Value

ulong

CreatedAt

[JsonProperty("created_at")]
public long CreatedAt { get; set; }

Property Value

long

MessageId

[JsonProperty("message_id")]
public ulong MessageId { get; set; }

Property Value

ulong

Recipients

[JsonProperty("recipients")]
public ulong[]? Recipients { get; set; }

Property Value

ulong[]

Region

[JsonProperty("region")]
public string? Region { get; set; }

Property Value

string

RingingUsers

[JsonProperty("ringing")]
public ulong[] RingingUsers { get; set; }

Property Value

ulong[]

VoiceStates

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

Property Value

VoiceStateJson[]