Table of Contents

Class InviteDeleteGatewayData

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

Gateway data for invite delete.

public class InviteDeleteGatewayData
Inheritance
object
InviteDeleteGatewayData

Properties

ChannelId

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

Property Value

ulong

Code

[JsonProperty("code")]
public string Code { get; set; }

Property Value

string

GuildId

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

Property Value

ulong?