Table of Contents

Class GuildDeleteEventArgs

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

Constructors

GuildDeleteEventArgs(JsonGuild)

public GuildDeleteEventArgs(JsonGuild jsonModel)

Parameters

jsonModel JsonGuild

Properties

GuildId

The ID of the guild.

public ulong GuildId { get; }

Property Value

ulong

IsUnavailable

Whether the guild is unavailable. If false, the bot was removed from the guild.

public bool IsUnavailable { get; }

Property Value

bool