Table of Contents

Class JsonGuildIntegrationDeleteEventArgs

Namespace
NetCord.Gateway.JsonModels.EventArgs
Assembly
NetCord.dll
public class JsonGuildIntegrationDeleteEventArgs
Inheritance
JsonGuildIntegrationDeleteEventArgs
Inherited Members

Constructors

JsonGuildIntegrationDeleteEventArgs()

public JsonGuildIntegrationDeleteEventArgs()

Properties

ApplicationId

[JsonPropertyName("application_id")]
public ulong? ApplicationId { get; set; }

Property Value

ulong?

GuildId

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

Property Value

ulong

IntegrationId

[JsonPropertyName("id")]
public ulong IntegrationId { get; set; }

Property Value

ulong