Table of Contents

Class SocketInviteUpdateAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

public class SocketInviteUpdateAuditLogData : ISocketAuditLogData, IAuditLogData
Inheritance
SocketInviteUpdateAuditLogData
Implements
Inherited Members

Properties

After

Gets the invite information after the changes.

public SocketInviteInfo After { get; }

Property Value

SocketInviteInfo

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

Before

Gets the invite information before the changes.

public SocketInviteInfo Before { get; }

Property Value

SocketInviteInfo

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