Class InviteUpdateAuditLogData
Contains a piece of audit log data relating to an invite update.
Inheritance
System.Object
InviteUpdateAuditLogData
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class InviteUpdateAuditLogData : IAuditLogData
Properties
| Improve this Doc View SourceAfter
Gets the invite information after the changes.
Declaration
public InviteInfo After { get; }
Property Value
| Type | Description |
|---|---|
| InviteInfo | An information object containing the invite information after the changes were made. |
Before
Gets the invite information before the changes.
Declaration
public InviteInfo Before { get; }
Property Value
| Type | Description |
|---|---|
| InviteInfo | An information object containing the original invite information before the changes were made. |