Table of Contents

Class ThreadUpdatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for ThreadUpdated event.

public class ThreadUpdatedEventArgs : DiscordEventArgs
Inheritance
object
EventArgs
ThreadUpdatedEventArgs

Properties

Guild

Gets the guild in which the thread was updated.

Parent

Gets the threads parent channel.

ThreadAfter

Gets the post-update thread.

ThreadBefore

Gets the pre-update thread.