Table of Contents

Class SocketThreadUpdateAuditLogData

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

Contains a piece of audit log data related to a thread update.

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

Properties

After

Gets the thread information after the changes.

public ThreadInfo After { get; }

Property Value

ThreadInfo

A thread information object representing the thread after the changes were made.

Before

Gets the thread information before the changes.

public ThreadInfo Before { get; }

Property Value

ThreadInfo

A thread information object representing the thread before the changes were made.

ThreadType

Gets the type of the thread.

public ThreadType ThreadType { get; }

Property Value

ThreadType

The type of thread.