Class InviteDeleteEventArgs
Represents arguments for InviteDeleted
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public sealed class InviteDeleteEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel that the invite was for.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Guild
Gets the guild that deleted the invite.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Invite
Gets the deleted invite.
Declaration
public DiscordInvite Invite { get; }
Property Value
Type | Description |
---|---|
DiscordInvite |