Table of Contents

Class GuildIntegrationDeleteEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildIntegrationDeleteEventArgs : IJsonModel<JsonGuildIntegrationDeleteEventArgs>
Inheritance
GuildIntegrationDeleteEventArgs
Implements
Inherited Members

Constructors

GuildIntegrationDeleteEventArgs(JsonGuildIntegrationDeleteEventArgs)

public GuildIntegrationDeleteEventArgs(JsonGuildIntegrationDeleteEventArgs jsonModel)

Parameters

jsonModel JsonGuildIntegrationDeleteEventArgs

Properties

ApplicationId

public ulong? ApplicationId { get; }

Property Value

ulong?

GuildId

public ulong GuildId { get; }

Property Value

ulong

IntegrationId

public ulong IntegrationId { get; }

Property Value

ulong