Table of Contents

Event ThreadMemberUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when the thread member for the current user is updated. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, ThreadMemberUpdateEventArgs> ThreadMemberUpdated

Returns

AsyncEventHandler<DiscordClient, ThreadMemberUpdateEventArgs>
Fired when the thread member for the current user is updated. For this Event you need the intent specified in

Remarks

This event is primarily implemented for completeness and unlikely to be useful to bots.