Table of Contents

Class InviteUpdateAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Contains a piece of audit log data relating to an invite update.

public class InviteUpdateAuditLogData : IAuditLogData
Inheritance
InviteUpdateAuditLogData
Implements
Inherited Members

Properties

After

Gets the invite information after the changes.

public InviteInfo After { get; }

Property Value

InviteInfo

An information object containing the invite information after the changes were made.

Before

Gets the invite information before the changes.

public InviteInfo Before { get; }

Property Value

InviteInfo

An information object containing the original invite information before the changes were made.