Table of Contents

Class GuildIntegrationEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildIntegrationEventArgs
Inheritance
GuildIntegrationEventArgs
Inherited Members

Constructors

GuildIntegrationEventArgs(Integration, ulong)

public GuildIntegrationEventArgs(Integration integration, ulong guildId)

Parameters

integration Integration
guildId ulong

Properties

GuildId

public ulong GuildId { get; }

Property Value

ulong

Integration

public Integration Integration { get; }

Property Value

Integration