Table of Contents

Class CallDeleteGatewayData

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

Gateway data for CALL_CREATE event.

public class CallDeleteGatewayData
Inheritance
object
CallDeleteGatewayData

Properties

ChannelId

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

Property Value

ulong

Unavailable

[JsonProperty("unavailable")]
public bool? Unavailable { get; set; }

Property Value

bool?